]> Pileus Git - ~andy/gtk/commit
Added set_transient_for() implementation for GdkOffscreenWindow
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 3 Feb 2011 14:50:10 +0000 (23:50 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 3 Feb 2011 14:52:12 +0000 (23:52 +0900)
commitb51f3ffffcd61527714c6fab40c40ef8e68eaeac
tree3c7f0f359501609ab7e8bd92008c6dd2db4edac0
parent395b13bbcef1e4b9cda2fb2c3883998f6457ea66
Added set_transient_for() implementation for GdkOffscreenWindow

Just a noop that is better than crashing in the case this is called
(it can be called for a toplevel GtkWindow that is parented into
another widget by setting gtk_widget_set_parent_window to an offscreen
window).
gdk/gdkoffscreenwindow.c