summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:24:16 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:24:16 +0000
commitff1d0d4cf5b9ec789cb0223154d7b76510d32d7b (patch)
tree80a15de6533fb6d15dd38dcde4daf601615ee414 /src/gui.h
parent4868726a3f8ad92f5e2025315072edddad9ab506 (diff)
downloadvim-git-ff1d0d4cf5b9ec789cb0223154d7b76510d32d7b.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui.h b/src/gui.h
index 14b8d3fa3..719b8b5cb 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -147,7 +147,7 @@
#define GUI_MON_NOCLEAR 0x10 /* don't clear selection */
/* Flags for gui_mch_draw_string() */
-#define DRAW_TRANSP 0x01 /* draw with transparant bg */
+#define DRAW_TRANSP 0x01 /* draw with transparent bg */
#define DRAW_BOLD 0x02 /* draw bold text */
#define DRAW_UNDERL 0x04 /* draw underline text */
#define DRAW_UNDERC 0x08 /* draw undercurl text */
@@ -343,9 +343,9 @@ typedef struct Gui
guicolor_T def_norm_pixel; /* default Color of normal text */
#ifdef FEAT_GUI_X11
- char *rsrc_menu_fg_name; /* Color of menu and dialog foregound */
+ char *rsrc_menu_fg_name; /* Color of menu & dialog foreground */
guicolor_T menu_fg_pixel; /* Same in Pixel format */
- char *rsrc_menu_bg_name; /* Color of menu and dialog backgound */
+ char *rsrc_menu_bg_name; /* Color of menu & dialog background */
guicolor_T menu_bg_pixel; /* Same in Pixel format */
char *rsrc_scroll_fg_name; /* Color of scrollbar foreground */
guicolor_T scroll_fg_pixel; /* Same in Pixel format */