aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorGlenn Morris2012-02-01 21:12:57 -0500
committerGlenn Morris2012-02-01 21:12:57 -0500
commit44f9273998bc2b42e2b17b4bb35b4e0f0e1cf27d (patch)
treeb3005c8ac021b04077e12014ac7f4026516cbbf1 /src/w32term.c
parent953a8c3b9c08da070b7367f3b0c2c5af95e0b130 (diff)
downloademacs-44f9273998bc2b42e2b17b4bb35b4e0f0e1cf27d.tar.gz
emacs-44f9273998bc2b42e2b17b4bb35b4e0f0e1cf27d.zip
Native scroll-bars are not implemented for Nextstep (bug#10673)
* configure.in [HAVE_NS]: Error if use --without-toolkit-scroll-bars. * src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: Unconditionally set to t. * src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: * src/w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>: * src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 57fdf070850..8a0e9efc943 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -1,6 +1,6 @@
1/* Implementation of GUI terminal on the Microsoft W32 API. 1/* Implementation of GUI terminal on the Microsoft W32 API.
2 2
3Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc. 3Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -6432,8 +6432,7 @@ baseline level. The default value is nil. */);
6432A value of nil means Emacs doesn't use toolkit scroll bars. 6432A value of nil means Emacs doesn't use toolkit scroll bars.
6433With the X Window system, the value is a symbol describing the 6433With the X Window system, the value is a symbol describing the
6434X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. 6434X toolkit. Possible values are: gtk, motif, xaw, or xaw3d.
6435With MS Windows, the value is t. With Nextstep, the value is 6435With MS Windows or Nextstep, the value is t. */);
6436t or nil. */);
6437 Vx_toolkit_scroll_bars = Qt; 6436 Vx_toolkit_scroll_bars = Qt;
6438 6437
6439 staticpro (&last_mouse_motion_frame); 6438 staticpro (&last_mouse_motion_frame);