diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index 84180c96a7d..1fd19369c33 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -793,7 +793,7 @@ wset_next_buffers (struct window *w, Lisp_Object val) | |||
| 793 | || WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (W)) | 793 | || WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (W)) |
| 794 | 794 | ||
| 795 | #if (defined (HAVE_WINDOW_SYSTEM) \ | 795 | #if (defined (HAVE_WINDOW_SYSTEM) \ |
| 796 | && ((defined (USE_TOOLKIT_SCROLL_BARS) && !defined (HAVE_NS)) \ | 796 | && ((defined (USE_TOOLKIT_SCROLL_BARS)) \ |
| 797 | || defined (HAVE_NTGUI))) | 797 | || defined (HAVE_NTGUI))) |
| 798 | # define USE_HORIZONTAL_SCROLL_BARS true | 798 | # define USE_HORIZONTAL_SCROLL_BARS true |
| 799 | #else | 799 | #else |