comparison src/gui_gtk_x11.c @ 2311:ccda151dde4e vim73

Support completion for ":find". (Nazri Ramliy) Cleanup white space.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 16:52:17 +0200
parents 6f63294a1781
children 0ca06a92adfb
comparison
equal deleted inserted replaced
2310:3e4574a4b627 2311:ccda151dde4e
788 return TRUE; 788 return TRUE;
789 } 789 }
790 790
791 static gint 791 static gint
792 focus_out_event(GtkWidget *widget UNUSED, 792 focus_out_event(GtkWidget *widget UNUSED,
793 GdkEventFocus *event UNUSED, 793 GdkEventFocus *event UNUSED,
794 gpointer data UNUSED) 794 gpointer data UNUSED)
795 { 795 {
796 gui_focus_change(FALSE); 796 gui_focus_change(FALSE);
797 797
798 if (blink_state != BLINK_NONE) 798 if (blink_state != BLINK_NONE)
5454 focus = gui.in_focus; 5454 focus = gui.in_focus;
5455 } 5455 }
5456 5456
5457 #if defined(FEAT_NETBEANS_INTG) 5457 #if defined(FEAT_NETBEANS_INTG)
5458 /* Process the queued netbeans messages. */ 5458 /* Process the queued netbeans messages. */
5459 netbeans_parse_messages(); 5459 netbeans_parse_messages();
5460 #endif 5460 #endif
5461 5461
5462 /* 5462 /*
5463 * Loop in GTK+ processing until a timeout or input occurs. 5463 * Loop in GTK+ processing until a timeout or input occurs.
5464 * Skip this if input is available anyway (can happen in rare 5464 * Skip this if input is available anyway (can happen in rare