diff src/xterm.h @ 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 b6c62e4abf59
children 8bba60752a32
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