[MetaDisplay] meta_display_get_leader_window()

This function returns xid of the WM leader window (as defined by the
_NET_SUPPORTING_WM_CHECK mechanism of EWMH). For use by plugins that wish to
attach custom properties to this window.

https://bugzilla.gnome.org/show_bug.cgi?id=613125
This commit is contained in:
Tomas Frydrych
2010-03-17 09:15:55 +00:00
parent fc9488211f
commit e28e7a72aa
2 changed files with 18 additions and 0 deletions

View File

@@ -154,4 +154,6 @@ void meta_display_focus_the_no_focus_window (MetaDisplay *display,
GSList *meta_display_sort_windows_by_stacking (MetaDisplay *display,
GSList *windows);
Window meta_display_get_leader_window (MetaDisplay *display);
#endif