Implement support for WM_CLIENT_LEADER

This commit is contained in:
Michael Stapelberg
2010-11-12 23:46:03 +01:00
parent 1bb6906c56
commit ad9be5402a
8 changed files with 59 additions and 26 deletions

@ -212,6 +212,10 @@ struct xoutput {
struct Window {
xcb_window_t id;
/** Holds the xcb_window_t (just an ID) for the leader window (logical
* parent for toolwindows and similar floating windows) */
xcb_window_t leader;
char *class_class;
char *class_instance;