GNOME Bugzilla – Bug 597010
meta_window_get_transient_for_xid() accessor
Last modified: 2009-10-07 10:58:09 UTC
Created attachment 144509 [details] [review] Add meta_window_get_transient_for_xid() The attached patch adds accessor for the MetaWindow::transient_for field; unlike meta_window_get_transient_for() this function returns the window xid regardless whether a window of that xid is known to Mutter or not.
Comment on attachment 144509 [details] [review] Add meta_window_get_transient_for_xid() OK as is, but maybe it would be better as meta_window_get_transient_for_as_xid()? Before I looked at the patch I was expecting a function that returned transient windows for a given XID or something like that.
Thanks, I will insert the _as_ as suggested into the function name before committing.
Comment on attachment 144509 [details] [review] Add meta_window_get_transient_for_xid() Committed as 948e54772d00f1dc06ba604a2c76847ac55559e0, with the mentioned modification.