make the group a window
add a XXX for later
This commit is contained in:
parent
d363f720a6
commit
63233a1fc6
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ private:
|
||||||
Window _window;
|
Window _window;
|
||||||
|
|
||||||
//! The id of the group the window belongs to
|
//! The id of the group the window belongs to
|
||||||
XID _group;
|
Window _group;
|
||||||
|
|
||||||
// XXX: transient_for, transients
|
// XXX: transient_for, transients
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ private:
|
||||||
unsigned int _desktop;
|
unsigned int _desktop;
|
||||||
|
|
||||||
//! Normal window title
|
//! Normal window title
|
||||||
std::string _title;
|
std::string _title; // XXX: Have to keep track if this string is Utf8 or not
|
||||||
//! Window title when iconifiged
|
//! Window title when iconifiged
|
||||||
std::string _icon_title;
|
std::string _icon_title;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue