comparison src/w32fns.c @ 17669:607e8ef61ed0

(x_set_mouse_color): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 May 1997 19:16:09 +0000
parents d2915156a803
children eaa60432140c
comparison
equal deleted inserted replaced
17668:549a40f0cbe1 17669:607e8ef61ed0
1526 struct frame *f; 1526 struct frame *f;
1527 Lisp_Object arg, oldval; 1527 Lisp_Object arg, oldval;
1528 { 1528 {
1529 #if 0 1529 #if 0
1530 Cursor cursor, nontext_cursor, mode_cursor, cross_cursor; 1530 Cursor cursor, nontext_cursor, mode_cursor, cross_cursor;
1531 #endif
1531 int count; 1532 int count;
1532 #endif
1533 int mask_color; 1533 int mask_color;
1534 1534
1535 if (!EQ (Qnil, arg)) 1535 if (!EQ (Qnil, arg))
1536 f->output_data.w32->mouse_pixel 1536 f->output_data.w32->mouse_pixel
1537 = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f)); 1537 = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f));