From db74249bb9392a205abab3be55ac878637ab4ba5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 10 Dec 1999 17:37:57 +0000 Subject: [PATCH] (x_initialize): only setup xaw3d_* if they've been declared. --- src/xterm.c | 2 ++ 1 file changed, 2 insertions(+) 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