GNOME Bugzilla – Bug 754993
notify Cogl immediately of a foreign window resize in GDK/X11 backend
Last modified: 2015-09-14 12:50:17 UTC
We're missing a workaround from Clutter-Gtk in the GDK backend for X11.
Created attachment 311272 [details] [review] gdk: x11: notify Cogl immediately of a foreign window resize We want to avoid waiting for the acknowledgement event from the X server as we might redraw the stage before that happens. This patch reimplements a bit of logic already in clutter-gtk [1]. [1] : https://git.gnome.org/browse/clutter-gtk/tree/clutter-gtk/gtk-clutter-embed.c#n723
Review of attachment 311272 [details] [review]: Makes sense.
Review of attachment 311272 [details] [review]: Pushed to master.