mirror of
https://github.com/brl/mutter.git
synced 2025-07-23 18:11:23 +00:00
Export meta_window_raise and meta_window_lower
For plugins that want fine grained control over window stacking. https://bugzilla.gnome.org/show_bug.cgi?id=616050
This commit is contained in:
@ -118,6 +118,8 @@ void meta_window_unmaximize (MetaWindow *window,
|
||||
MetaMaximizeFlags directions);
|
||||
void meta_window_minimize (MetaWindow *window);
|
||||
void meta_window_unminimize (MetaWindow *window);
|
||||
void meta_window_raise (MetaWindow *window);
|
||||
void meta_window_lower (MetaWindow *window);
|
||||
const char *meta_window_get_title (MetaWindow *window);
|
||||
MetaWindow *meta_window_get_transient_for (MetaWindow *window);
|
||||
Window meta_window_get_transient_for_as_xid (MetaWindow *window);
|
||||
|
Reference in New Issue
Block a user