mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Force shooter process updates to match gtk_widget_draw closely
This commit is contained in:
parent
d72b1e35c9
commit
2fafb74105
@ -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 ())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user