From: Stefan Monnier Date: Fri, 10 Dec 1999 17:37:57 +0000 (+0000) Subject: (x_initialize): only setup xaw3d_* if they've been declared. X-Git-Tag: emacs-pretest-21.0.90~5805 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db74249bb9392a205abab3be55ac878637ab4ba5;p=emacs.git (x_initialize): only setup xaw3d_* if they've been declared. --- diff --git a/src/xterm.c b/src/xterm.c index 0e6165408de..715cb2e83cf 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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