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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c [lexbind]
Date: Thu, 04 Nov 2004 08:28:48 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.735.2.19 emacs/src/xterm.c:1.735.2.20
*** emacs/src/xterm.c:1.735.2.19        Mon Oct 25 04:22:28 2004
--- emacs/src/xterm.c   Thu Nov  4 13:12:30 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]