diff options
| author | Stefan Monnier | 1999-12-10 17:37:57 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-12-10 17:37:57 +0000 |
| commit | db74249bb9392a205abab3be55ac878637ab4ba5 (patch) | |
| tree | 12ce20d256a25743d12382d8bcbfe34595550e3d /src | |
| parent | a7261cf5cb0f2e2b189272365b5b99adea76ed50 (diff) | |
| download | emacs-db74249bb9392a205abab3be55ac878637ab4ba5.tar.gz emacs-db74249bb9392a205abab3be55ac878637ab4ba5.zip | |
(x_initialize): only setup xaw3d_* if they've been declared.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 () | |||
| 12867 | XtToolkitInitialize (); | 12867 | XtToolkitInitialize (); |
| 12868 | Xt_app_con = XtCreateApplicationContext (); | 12868 | Xt_app_con = XtCreateApplicationContext (); |
| 12869 | XtAppSetFallbackResources (Xt_app_con, Xt_default_resources); | 12869 | XtAppSetFallbackResources (Xt_app_con, Xt_default_resources); |
| 12870 | #endif | ||
| 12871 | #if USE_TOOLKIT_SCROLL_BARS | ||
| 12870 | xaw3d_arrow_scroll = False; | 12872 | xaw3d_arrow_scroll = False; |
| 12871 | xaw3d_pick_top = True; | 12873 | xaw3d_pick_top = True; |
| 12872 | #endif | 12874 | #endif |