diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window.h b/src/window.h index aa27858c869..6ae50390bc8 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -232,9 +232,9 @@ struct window | |||
| 232 | /* Where the cursor actually is. */ | 232 | /* Where the cursor actually is. */ |
| 233 | struct cursor_pos phys_cursor; | 233 | struct cursor_pos phys_cursor; |
| 234 | 234 | ||
| 235 | /* Cursor type last drawn on the window. Used for X frames; -1 | 235 | /* Cursor type and width of last cursor drawn on the window. |
| 236 | initially. */ | 236 | Used for X and w32 frames; -1 initially. */ |
| 237 | int phys_cursor_type; | 237 | int phys_cursor_type, phys_cursor_width; |
| 238 | 238 | ||
| 239 | /* This is handy for undrawing the cursor. */ | 239 | /* This is handy for undrawing the cursor. */ |
| 240 | int phys_cursor_ascent, phys_cursor_height; | 240 | int phys_cursor_ascent, phys_cursor_height; |