emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32term.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Wed, 23 Oct 2002 12:53:49 -0400

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.166 emacs/src/w32term.c:1.167
*** emacs/src/w32term.c:1.166   Fri Aug 30 09:19:45 2002
--- emacs/src/w32term.c Wed Oct 23 12:53:48 2002
***************
*** 11124,11130 ****
  
    /* initialise palette with white and black */
    {
!     COLORREF color;
      w32_defined_color (0, "white", &color, 1);
      w32_defined_color (0, "black", &color, 1);
    }
--- 11124,11130 ----
  
    /* initialise palette with white and black */
    {
!     XColor color;
      w32_defined_color (0, "white", &color, 1);
      w32_defined_color (0, "black", &color, 1);
    }




reply via email to

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