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
ad13a3ee
Commit
ad13a3ee
authored
Mar 20, 2010
by
YAMAMOTO Mitsuharu
Browse files
xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.
parent
8eae7a42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/xfns.c
src/xfns.c
+2
-0
No files found.
src/ChangeLog
View file @
ad13a3ee
2010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
XLoadQueryFont.
2010-03-16 Kenichi Handa <handa@m17n.org>
* coding.c (decode_coding_ccl): Fix previous change for the
...
...
src/xfns.c
View file @
ad13a3ee
...
...
@@ -3347,7 +3347,9 @@ This function is an internal primitive--use `make-frame' instead. */)
#ifdef USE_LUCID
/* Prevent lwlib/xlwmenu.c from crashing because of a bug
whereby it fails to get any font. */
BLOCK_INPUT
;
xlwmenu_default_font
=
XLoadQueryFont
(
FRAME_X_DISPLAY
(
f
),
"fixed"
);
UNBLOCK_INPUT
;
#endif
/* Frame contents get displaced if an embedded X window has a border. */
...
...
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