changeset 2841:ef56e3f6781c

(x_display): New field cursor_fore_pixel.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 May 1993 22:34:42 +0000
parents 12299f73584e
children b002f2c288d3
files src/xterm.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Sun May 16 22:32:36 1993 +0000
+++ b/src/xterm.h	Sun May 16 22:34:42 1993 +0000
@@ -280,6 +280,7 @@
   PIX_TYPE cursor_pixel;
   PIX_TYPE border_pixel;
   PIX_TYPE mouse_pixel;
+  PIX_TYPE cursor_foreground_pixel;
 
   /* Descriptor for the cursor in use for this window.  */
 #ifdef HAVE_X11