mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
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)
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user