diff src/netbeans.c @ 2278:0b3be97064e5 vim73

Various small fixes from Dominique Pelle.
author Bram Moolenaar <bram@vim.org>
date Sat, 26 Jun 2010 06:24:45 +0200
parents 2b33a7678e7b
children 04dae202d316
line wrap: on
line diff
--- a/src/netbeans.c
+++ b/src/netbeans.c
@@ -3494,7 +3494,7 @@ netbeans_draw_multisign_indicator(int ro
 }
 #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.