mirror of
https://github.com/brl/mutter.git
synced 2025-08-05 08:04:50 +00:00
Add meta_window_is_override_redirect
Trivial function, useful for plugins which are doing analysis of windows.
This commit is contained in:
@@ -70,6 +70,7 @@ GType meta_window_get_type (void);
|
||||
MetaFrame *meta_window_get_frame (MetaWindow *window);
|
||||
gboolean meta_window_has_focus (MetaWindow *window);
|
||||
gboolean meta_window_is_shaded (MetaWindow *window);
|
||||
gboolean meta_window_is_override_redirect (MetaWindow *window);
|
||||
MetaRectangle *meta_window_get_rect (MetaWindow *window);
|
||||
void meta_window_get_outer_rect (const MetaWindow *window, MetaRectangle *rect);
|
||||
MetaScreen *meta_window_get_screen (MetaWindow *window);
|
||||
|
Reference in New Issue
Block a user