forked from AuroraMiddleware/gtk
remove recently added gdk_flush() again, it's not needed after all.
2007-11-14 Michael Natterer <mitch@imendio.com> * gtk/gtkmenu.c (gtk_menu_popup): remove recently added gdk_flush() again, it's not needed after all. svn path=/trunk/; revision=18991
This commit is contained in:
parent
b5f204ac3c
commit
65ef21dfb3
@ -1,3 +1,8 @@
|
||||
2007-11-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup): remove recently added
|
||||
gdk_flush() again, it's not needed after all.
|
||||
|
||||
2007-11-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* tests/testbbox.c
|
||||
|
@ -1449,13 +1449,6 @@ gtk_menu_popup (GtkMenu *menu,
|
||||
*/
|
||||
gtk_widget_show (menu->toplevel);
|
||||
|
||||
/* flush the X event queue for the popup to become realized and
|
||||
* mapped, since grabbing requires a mapped window. (this only works
|
||||
* for popups, regular windows need gtk_widget_show_now() to sync
|
||||
* with window manager interaction).
|
||||
*/
|
||||
gdk_flush ();
|
||||
|
||||
if (xgrab_shell == widget)
|
||||
popup_grab_on_window (widget->window, activate_time, grab_keyboard); /* Should always succeed */
|
||||
gtk_grab_add (GTK_WIDGET (menu));
|
||||
|
Loading…
Reference in New Issue
Block a user