From 2fafb7410508441611db30f0c02fb49448ad0813 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 16 Oct 2009 23:13:40 +0200 Subject: [PATCH] Force shooter process updates to match gtk_widget_draw closely --- docs/tools/shooter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c index f8df8b5753..eef624215f 100644 --- a/docs/tools/shooter.c +++ b/docs/tools/shooter.c @@ -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 ()) {