comparison src/gui_gtk_x11.c @ 1624:18ee39301b82 v7.2a

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 22:58:06 +0000
parents 58a14bafc1f0
children a0c70314350f
comparison
equal deleted inserted replaced
1623:53938adac247 1624:18ee39301b82
6474 else 6474 else
6475 gui_mch_stop_blink(); 6475 gui_mch_stop_blink();
6476 focus = gui.in_focus; 6476 focus = gui.in_focus;
6477 } 6477 }
6478 6478
6479 #if defined(FEAT_NETBEANS_INTG)
6480 /* Process the queued netbeans messages. */
6481 netbeans_parse_messages();
6482 #endif
6483
6479 /* 6484 /*
6480 * Loop in GTK+ processing until a timeout or input occurs. 6485 * Loop in GTK+ processing until a timeout or input occurs.
6481 * Skip this if input is available anyway (can happen in rare 6486 * Skip this if input is available anyway (can happen in rare
6482 * situations, sort of race condition). 6487 * situations, sort of race condition).
6483 */ 6488 */