emacs-diffs
[Top][All Lists]
Advanced

[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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]