# HG changeset patch # User Jason Rumney # Date 975697691 0 # Node ID 445e01c537a38925856d5e5b41d9dc6efdb51e2f # Parent c7a6875bee92801905bf39567b9fd45d79b0c720 Fix last change. diff -r c7a6875bee92 -r 445e01c537a3 src/w32fns.c --- 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))