diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 8a25d077632..7981bd90283 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -280,6 +280,7 @@ struct x_display | |||
| 280 | PIX_TYPE cursor_pixel; | 280 | PIX_TYPE cursor_pixel; |
| 281 | PIX_TYPE border_pixel; | 281 | PIX_TYPE border_pixel; |
| 282 | PIX_TYPE mouse_pixel; | 282 | PIX_TYPE mouse_pixel; |
| 283 | PIX_TYPE cursor_foreground_pixel; | ||
| 283 | 284 | ||
| 284 | /* Descriptor for the cursor in use for this window. */ | 285 | /* Descriptor for the cursor in use for this window. */ |
| 285 | #ifdef HAVE_X11 | 286 | #ifdef HAVE_X11 |