diff options
| author | Richard M. Stallman | 1993-05-16 22:34:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-16 22:34:42 +0000 |
| commit | 67710a6327039e55cd82dc7c8f740c3c0e8fcaef (patch) | |
| tree | 8581021e6a7c7aa23fb77c17a22ed3b9ed4aa463 | |
| parent | b73b6aaf28bd2d72ca333784fb8dc58adb1b5473 (diff) | |
| download | emacs-67710a6327039e55cd82dc7c8f740c3c0e8fcaef.tar.gz emacs-67710a6327039e55cd82dc7c8f740c3c0e8fcaef.zip | |
(x_display): New field cursor_fore_pixel.
| -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 |