From: Jason Rumney Date: Fri, 1 Dec 2000 19:08:11 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-21.0.93~312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6759f8726bff2d5cb332d8af6308d9efcd39ff41;p=emacs.git Fix last change. --- diff --git a/src/w32fns.c b/src/w32fns.c index 933b84b2ce0..c2994346eaa 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -2019,7 +2019,6 @@ x_set_mouse_color (f, arg, oldval) struct frame *f; Lisp_Object arg, oldval; { - Cursor cursor, nontext_cursor, mode_cursor, cross_cursor; int count; int mask_color; @@ -2169,7 +2168,7 @@ x_set_cursor_color (f, arg, oldval) 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))