[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xterm.c
From: |
Jan Dj�rv |
Subject: |
[Emacs-diffs] Changes to emacs/src/xterm.c |
Date: |
Tue, 02 Nov 2004 11:31:23 -0500 |
Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.848 emacs/src/xterm.c:1.849
*** emacs/src/xterm.c:1.848 Thu Oct 21 18:38:57 2004
--- emacs/src/xterm.c Tue Nov 2 16:25:49 2004
***************
*** 3924,3932 ****
{
Lisp_Object tail;
! #ifdef USE_GTK
window_id = (Window) xg_get_scroll_id_for_window (display, window_id);
! #endif /* USE_GTK */
for (tail = Vframe_list;
XGCTYPE (tail) == Lisp_Cons;
--- 3924,3932 ----
{
Lisp_Object tail;
! #if defined (USE_GTK) && defined (USE_TOOLKIT_SCROLL_BARS)
window_id = (Window) xg_get_scroll_id_for_window (display, window_id);
! #endif /* USE_GTK && USE_TOOLKIT_SCROLL_BARS */
for (tail = Vframe_list;
XGCTYPE (tail) == Lisp_Cons;
- [Emacs-diffs] Changes to emacs/src/xterm.c,
Jan Dj�rv <=