diff options
| author | Richard M. Stallman | 1997-05-05 19:16:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-05 19:16:09 +0000 |
| commit | dfc465d321bc9613bb402b98ade8bae20c11a8e0 (patch) | |
| tree | 652eb7c3d103e223243d984f60eb19091bfaea1f | |
| parent | f5c7718e0e096bd2e2fbe30ea4f5f2afeac252c4 (diff) | |
| download | emacs-dfc465d321bc9613bb402b98ade8bae20c11a8e0.tar.gz emacs-dfc465d321bc9613bb402b98ade8bae20c11a8e0.zip | |
(x_set_mouse_color): Fix previous change.
| -rw-r--r-- | src/w32fns.c | 2 |
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) | |||
| 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 | int count; | ||
| 1532 | #endif | 1531 | #endif |
| 1532 | int count; | ||
| 1533 | int mask_color; | 1533 | int mask_color; |
| 1534 | 1534 | ||
| 1535 | if (!EQ (Qnil, arg)) | 1535 | if (!EQ (Qnil, arg)) |