diff options
| author | Jason Rumney | 2000-12-01 19:08:11 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-12-01 19:08:11 +0000 |
| commit | 6759f8726bff2d5cb332d8af6308d9efcd39ff41 (patch) | |
| tree | 6ab9ba182613a3d2366b961a21f5224d2f91f8c9 /src | |
| parent | 89c609af92e36ca77c1e9c4257d1b4d60f5c6c02 (diff) | |
| download | emacs-6759f8726bff2d5cb332d8af6308d9efcd39ff41.tar.gz emacs-6759f8726bff2d5cb332d8af6308d9efcd39ff41.zip | |
Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) | |||
| 2019 | struct frame *f; | 2019 | struct frame *f; |
| 2020 | Lisp_Object arg, oldval; | 2020 | Lisp_Object arg, oldval; |
| 2021 | { | 2021 | { |
| 2022 | |||
| 2023 | Cursor cursor, nontext_cursor, mode_cursor, cross_cursor; | 2022 | Cursor cursor, nontext_cursor, mode_cursor, cross_cursor; |
| 2024 | int count; | 2023 | int count; |
| 2025 | int mask_color; | 2024 | int mask_color; |
| @@ -2169,7 +2168,7 @@ x_set_cursor_color (f, arg, oldval) | |||
| 2169 | else | 2168 | else |
| 2170 | fore_pixel = FRAME_BACKGROUND_PIXEL (f); | 2169 | fore_pixel = FRAME_BACKGROUND_PIXEL (f); |
| 2171 | 2170 | ||
| 2172 | pixel = x_decode_color (f, arg, BLACK_PIXEL_DEFAULT (f)); | 2171 | pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f)); |
| 2173 | 2172 | ||
| 2174 | /* Make sure that the cursor color differs from the background color. */ | 2173 | /* Make sure that the cursor color differs from the background color. */ |
| 2175 | if (pixel == FRAME_BACKGROUND_PIXEL (f)) | 2174 | if (pixel == FRAME_BACKGROUND_PIXEL (f)) |