]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_initialize): only setup xaw3d_* if they've been declared.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 10 Dec 1999 17:37:57 +0000 (17:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 10 Dec 1999 17:37:57 +0000 (17:37 +0000)
src/xterm.c

index 0e6165408dee4a6664dab3682261e71b85fb745d..715cb2e83cf40b24c3e564f5316a9f3888a18b46 100644 (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