comparison src/normal.c @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 4102fb4ea781
children bdeee1504ac1
comparison
equal deleted inserted replaced
10:4e2284e71352 11:4424b47a0797
2355 { 2355 {
2356 /* 2356 /*
2357 * NOTE: Ignore right button down and drag mouse events. 2357 * NOTE: Ignore right button down and drag mouse events.
2358 * Windows only shows the popup menu on the button up event. 2358 * Windows only shows the popup menu on the button up event.
2359 */ 2359 */
2360 #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON) 2360 #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_KDE)
2361 if (!is_click) 2361 if (!is_click)
2362 return FALSE; 2362 return FALSE;
2363 #endif 2363 #endif
2364 #if defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) 2364 #if defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN)
2365 if (is_click || is_drag) 2365 if (is_click || is_drag)
2366 return FALSE; 2366 return FALSE;
2367 #endif 2367 #endif
2368 #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) \ 2368 #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE) \
2369 || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \ 2369 || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \
2370 || defined(FEAT_GUI_MAC) || defined(FEAT_GUI_PHOTON) 2370 || defined(FEAT_GUI_MAC) || defined(FEAT_GUI_PHOTON)
2371 if (gui.in_use) 2371 if (gui.in_use)
2372 { 2372 {
2373 jump_flags = 0; 2373 jump_flags = 0;