summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-03-13 14:45:03 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-13 14:45:03 +0000
commite850439a561d8e7153b987473d768fe9696e9afa (patch)
treed4018c5bf17dd649c4b446ddbe25033667fe9d98 /src/gui.h
parent754d2b40369d8fdcf77fc05cc608f86387016bd9 (diff)
downloadvim-git-e850439a561d8e7153b987473d768fe9696e9afa.tar.gz
patch 8.2.4558: Motif: using default colors does not work as expectedv8.2.4558
Problem: Motif: using default colors does not work as expected. Solution: Do not try to store the default colors, use the resources. (closes #9933)
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui.h b/src/gui.h
index 0bd29fceb..bb8a3d905 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?