Make meta_display_xwindow_is_a_no_focus_window public

Useful for window analysis in plugins.
This commit is contained in:
Colin Walters
2009-08-20 14:16:19 -04:00
parent 7396f5709e
commit 9cc70a3fb6
3 changed files with 12 additions and 3 deletions

View File

@@ -348,9 +348,6 @@ void meta_display_register_x_window (MetaDisplay *display,
MetaWindow *window);
void meta_display_unregister_x_window (MetaDisplay *display,
Window xwindow);
/* Return whether the xwindow is a no focus window for any of the screens */
gboolean meta_display_xwindow_is_a_no_focus_window (MetaDisplay *display,
Window xwindow);
GSList* meta_display_list_windows (MetaDisplay *display,
MetaListWindowsFlags flags);