comparison src/gui_x11.c @ 34:7f788cd27415 v7.0020

updated for version 7.0020
author vimboss
date Sun, 24 Oct 2004 19:23:07 +0000
parents 3fc0f57ecb91
children c524f99c7925
comparison
equal deleted inserted replaced
33:f6033dcbaf31 34:7f788cd27415
1538 1538
1539 #ifdef FEAT_SUN_WORKSHOP 1539 #ifdef FEAT_SUN_WORKSHOP
1540 if (usingSunWorkShop) 1540 if (usingSunWorkShop)
1541 workshop_connect(app_context); 1541 workshop_connect(app_context);
1542 #endif 1542 #endif
1543 #ifdef FEAT_NETBEANS_INTG
1544 if (usingNetbeans)
1545 netbeans_Xt_connect(app_context);
1546 #endif
1547 1543
1548 #ifdef FEAT_BEVAL 1544 #ifdef FEAT_BEVAL
1549 gui_init_tooltip_font(); 1545 gui_init_tooltip_font();
1550 #endif 1546 #endif
1551 #ifdef FEAT_MENU 1547 #ifdef FEAT_MENU