comparison src/gui.c @ 2592:2c5e70e2858f v7.3.016

updated for version 7.3.016 Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 Sep 2010 17:27:01 +0200
parents 6768ebd0bc04
children 758822790b43
comparison
equal deleted inserted replaced
2591:88095f75d63b 2592:2c5e70e2858f
2350 2350
2351 #ifdef FEAT_SIGN_ICONS 2351 #ifdef FEAT_SIGN_ICONS
2352 if (draw_sign) 2352 if (draw_sign)
2353 /* Draw the sign on top of the spaces. */ 2353 /* Draw the sign on top of the spaces. */
2354 gui_mch_drawsign(gui.row, col, gui.highlight_mask); 2354 gui_mch_drawsign(gui.row, col, gui.highlight_mask);
2355 # if defined(FEAT_NETBEANS_INTG) && (defined(FEAT_GUI_MOTIF) \ 2355 # if defined(FEAT_NETBEANS_INTG) && (defined(FEAT_GUI_X11) \
2356 || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_W32)) 2356 || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_W32))
2357 if (multi_sign) 2357 if (multi_sign)
2358 netbeans_draw_multisign_indicator(gui.row); 2358 netbeans_draw_multisign_indicator(gui.row);
2359 # endif 2359 # endif
2360 #endif 2360 #endif