diff options
-rw-r--r-- | docs/tools/shooter.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 ()) { |