Add meta_window_is_override_redirect

Trivial function, useful for plugins which are doing analysis
of windows.
This commit is contained in:
Colin Walters
2009-08-14 05:42:56 -04:00
parent 5e581b409c
commit e960269653
3 changed files with 16 additions and 4 deletions

View File

@@ -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);