1
0
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:
Stefan Monnier 1999-12-10 17:37:57 +00:00
parent a7261cf5cb
commit db74249bb9

View File

@ -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