emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c,v
Date: Fri, 16 Nov 2007 21:04:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/11/16 21:04:30

Index: xfns.c
===================================================================
RCS file: /sources/emacs/emacs/src/xfns.c,v
retrieving revision 1.699
retrieving revision 1.700
diff -u -b -r1.699 -r1.700
--- xfns.c      14 Nov 2007 17:34:11 -0000      1.699
+++ xfns.c      16 Nov 2007 21:04:30 -0000      1.700
@@ -931,7 +931,7 @@
             !NILP (bar);
             bar = XSCROLL_BAR (bar)->next)
          {
-           Window window = SCROLL_BAR_X_WINDOW (XSCROLL_BAR (bar));
+           Window window = XSCROLL_BAR (bar)->x_window;
            XSetWindowBackground (dpy, window, bg);
          }
       }




reply via email to

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