diff src/gui.h @ 8163:d8a8e86f39ad v7.4.1375

commit https://github.com/vim/vim/commit/e89ff0472bc33779583d48e8d38a5e794d05613a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 22:17:05 2016 +0100 patch 7.4.1375 Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 22:30:05 +0100
parents e13f8073c9f9
children 3456e2ebebd4
line wrap: on
line diff
--- a/src/gui.h
+++ b/src/gui.h
@@ -148,13 +148,8 @@
 #define TEAR_LEN		(9)	/* length of above string */
 
 /* for the toolbar */
-#ifdef FEAT_GUI_W16
-# define TOOLBAR_BUTTON_HEIGHT	15
-# define TOOLBAR_BUTTON_WIDTH	16
-#else
-# define TOOLBAR_BUTTON_HEIGHT	18
-# define TOOLBAR_BUTTON_WIDTH	18
-#endif
+#define TOOLBAR_BUTTON_HEIGHT	18
+#define TOOLBAR_BUTTON_WIDTH	18
 #define TOOLBAR_BORDER_HEIGHT	12  /* room above+below buttons for MSWindows */
 
 #ifdef FEAT_GUI_MSWIN