From 67710a6327039e55cd82dc7c8f740c3c0e8fcaef Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 May 1993 22:34:42 +0000 Subject: [PATCH] (x_display): New field cursor_fore_pixel. --- src/xterm.h | 1 + 1 file changed, 1 insertion(+) 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 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