changeset 34089:445e01c537a3

Fix last change.
author Jason Rumney <jasonr@gnu.org>
date Fri, 01 Dec 2000 19:08:11 +0000
parents c7a6875bee92
children 7721faa485ea
files src/w32fns.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32fns.c	Fri Dec 01 19:06:43 2000 +0000
+++ b/src/w32fns.c	Fri Dec 01 19:08:11 2000 +0000
@@ -2019,7 +2019,6 @@
      struct frame *f;
      Lisp_Object arg, oldval;
 {
-
   Cursor cursor, nontext_cursor, mode_cursor, cross_cursor;
   int count;
   int mask_color;
@@ -2169,7 +2168,7 @@
   else
     fore_pixel = FRAME_BACKGROUND_PIXEL (f);
 
-  pixel = x_decode_color (f, arg, BLACK_PIXEL_DEFAULT (f));
+  pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));
   
   /* Make sure that the cursor color differs from the background color.  */
   if (pixel == FRAME_BACKGROUND_PIXEL (f))