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
e3881aa0
Commit
e3881aa0
authored
Jul 16, 1996
by
Karl Heuer
Browse files
(Fx_create_frame): Do xlwmenu hack only if USE_LUCID.
parent
d283640e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/xfns.c
src/xfns.c
+3
-1
No files found.
src/xfns.c
View file @
e3881aa0
...
...
@@ -89,8 +89,10 @@ extern void _XEditResCheckMessages ();
Library. */
extern
LWLIB_ID
widget_id_tick
;
#ifdef USE_LUCID
/* This is part of a kludge--see lwlib/xlwmenu.c. */
extern
XFontStruct
*
xlwmenu_default_font
;
#endif
extern
void
free_frame_menubar
();
#endif
/* USE_X_TOOLKIT */
...
...
@@ -3147,7 +3149,7 @@ This function is an internal primitive--use `make-frame' instead.")
"font"
,
"Font"
,
string
);
}
#ifdef USE_
X_TOOLKIT
#ifdef USE_
LUCID
/* Prevent lwlib/xlwmenu.c from crashing because of a bug
whereby it fails to get any font. */
xlwmenu_default_font
=
f
->
output_data
.
x
->
font
;
...
...
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