commit | 644044794ea55fdee8599ee1e861234216c20402 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 06:24:45 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 06:24:45 2010 +0200 |
tree | 9dfe2fa4bae0f9914f0d12f7a502aaffc1795c43 | |
parent | 0eda7ac7f897433c9d346743bf38fcd291673070 [diff] [blame] |
Various small fixes from Dominique Pelle.
diff --git a/src/netbeans.c b/src/netbeans.c index e674fd8..00c7ce2 100644 --- a/src/netbeans.c +++ b/src/netbeans.c
@@ -3494,7 +3494,7 @@ } #endif /* FEAT_GUI_MOTIF */ -#ifdef FEAT_GUI_GTK +#if defined(FEAT_GUI_GTK) && !defined(PROTO) /* * We have multiple signs to draw at the same location. Draw the * multi-sign indicator instead. This is the GTK/Gnome version.