From e850439a561d8e7153b987473d768fe9696e9afa Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 13 Mar 2022 14:45:03 +0000 Subject: patch 8.2.4558: Motif: using default colors does not work as expected Problem: Motif: using default colors does not work as expected. Solution: Do not try to store the default colors, use the resources. (closes #9933) --- src/gui.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 0bd29fceb9..bb8a3d905e 100644 --- a/src/gui.h +++ b/src/gui.h @@ -333,12 +333,6 @@ typedef struct Gui char *rsrc_scroll_bg_name; // Color of scrollbar background guicolor_T scroll_bg_pixel; // Same in Pixel format -# ifdef FEAT_GUI_MOTIF - guicolor_T menu_def_fg_pixel; // Default menu foreground - guicolor_T menu_def_bg_pixel; // Default menu background - guicolor_T scroll_def_fg_pixel; // Default scrollbar foreground - guicolor_T scroll_def_bg_pixel; // Default scrollbar background -# endif Display *dpy; // X display Window wid; // Window id of text area int visibility; // Is shell partially/fully obscured? -- cgit v1.2.3