mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-18 10:16:51 +00:00
(x_initialize): only setup xaw3d_* if they've been declared.
This commit is contained in:
parent
a7261cf5cb
commit
db74249bb9
@ -12867,6 +12867,8 @@ x_initialize ()
|
||||
XtToolkitInitialize ();
|
||||
Xt_app_con = XtCreateApplicationContext ();
|
||||
XtAppSetFallbackResources (Xt_app_con, Xt_default_resources);
|
||||
#endif
|
||||
#if USE_TOOLKIT_SCROLL_BARS
|
||||
xaw3d_arrow_scroll = False;
|
||||
xaw3d_pick_top = True;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user