summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 19:16:09 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 19:16:09 +0000
commitf6478090a43c6508245d486729d8c4eb4adef477 (patch)
tree77c1fee65d09924bda7cca848f35219fda9a7f7a
parentd69b1e9d98fbeeea16a66afaf124630a4b033647 (diff)
downloademacs-f6478090a43c6508245d486729d8c4eb4adef477.tar.gz
(x_set_mouse_color): Fix previous change.
-rw-r--r--src/w32fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 3a8a2eb1c3c..13de5fb75b3 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -1528,8 +1528,8 @@ x_set_mouse_color (f, arg, oldval)
{
#if 0
Cursor cursor, nontext_cursor, mode_cursor, cross_cursor;
- int count;
#endif
+ int count;
int mask_color;
if (!EQ (Qnil, arg))