summaryrefslogtreecommitdiffstats
path: root/src/gui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-09-29 17:27:01 +0200
committerBram Moolenaar <Bram@vim.org>2010-09-29 17:27:01 +0200
commit173c98550fa783cbc4d65cc6986b80a3e7459195 (patch)
tree0212537e5a69bfaaafb309638547ab9b171e295b /src/gui.c
parent3967692f9e46fa6156fff7f8f29aab0e469eed2e (diff)
updated for version 7.3.016v7.3.016
Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye)
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index 87930c6b73..6029e3b7c0 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -2352,7 +2352,7 @@ gui_outstr_nowrap(s, len, flags, fg, bg, back)
if (draw_sign)
/* Draw the sign on top of the spaces. */
gui_mch_drawsign(gui.row, col, gui.highlight_mask);
-# if defined(FEAT_NETBEANS_INTG) && (defined(FEAT_GUI_MOTIF) \
+# if defined(FEAT_NETBEANS_INTG) && (defined(FEAT_GUI_X11) \
|| defined(FEAT_GUI_GTK) || defined(FEAT_GUI_W32))
if (multi_sign)
netbeans_draw_multisign_indicator(gui.row);