GNOME Bugzilla – Bug 695783
GtkApplication: Allow passing windows on non-X11 targets
Last modified: 2013-03-14 16:48:05 UTC
.
Created attachment 238794 [details] [review] GtkApplication: Allow passing windows on non-X11 targets It's not the application's fault that we don't do anything with the passed GtkWindow on non-X11, so don't try to get an XID on non-X11.
Review of attachment 238794 [details] [review]: ::: gtk/gtkapplication.c @@ +1436,1 @@ xid = GDK_WINDOW_XID (gdkwindow); why not just check the type of the gdkwindow directly?
Committed with Ryan's changes to gtk-3-8 and master, thanks. Attachment 238794 [details] pushed as fcc6f9a - GtkApplication: Allow passing windows on non-X11 targets