1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(x_display): New field cursor_fore_pixel.

This commit is contained in:
Richard M. Stallman 1993-05-16 22:34:42 +00:00
parent b73b6aaf28
commit 67710a6327

View file

@ -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