Method

MetaWindowfind_root_ancestor

Declaration [src]

MetaWindow*
meta_window_find_root_ancestor (
  MetaWindow* window
)

Description [src]

Follow the chain of parents of window, skipping transient windows, and return the “root” window which has no non-transient parent.

Return value

Returns: MetaWindow
 

The root ancestor window.

 The data is owned by the instance.