Force shooter process updates to match gtk_widget_draw closely

This commit is contained in:
Christian Dywan 2009-10-16 23:13:40 +02:00 committed by Javier Jardón
parent d72b1e35c9
commit 2fafb74105

View File

@ -208,6 +208,7 @@ int main (int argc, char **argv)
gtk_widget_queue_draw_area (info->window,
info->window->allocation.x, info->window->allocation.y,
info->window->allocation.width, info->window->allocation.height);
gdk_window_process_updates (info->window->window, TRUE);
while (gtk_events_pending ())
{