Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7c33a057
Commit
7c33a057
authored
Jul 10, 2010
by
Chong Yidong
Browse files
* xfaces.c (realize_face): Garbage the frame if a face is removed
(Bug#6593).
parent
4565b08e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/xfaces.c
src/xfaces.c
+1
-0
No files found.
src/ChangeLog
View file @
7c33a057
2010-07-10 Chong Yidong <cyd@stupidchicken.com>
* xfaces.c (realize_face): Garbage the frame if a face is removed
(Bug#6593).
2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
* keyboard.c: Remove duplicate <setjmp.h>.
...
...
src/xfaces.c
View file @
7c33a057
...
...
@@ -5783,6 +5783,7 @@ realize_face (cache, attrs, former_face_id)
struct face *former_face = cache->faces_by_id[former_face_id];
uncache_face (cache, former_face);
free_realized_face (cache->f, former_face);
SET_FRAME_GARBAGED (cache->f);
}
if (FRAME_WINDOW_P (cache->f))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment