all repos — openbox @ 63233a1fc66eb019a03f3aa928fcf34f2cf07a65

openbox fork - make it a bit more like ryudo

make the group a window
add a XXX for later
Dana Jansens danakj@orodu.net
commit

63233a1fc66eb019a03f3aa928fcf34f2cf07a65

parent

d363f720a6b0d1c361bc2022d0e5fcd5a75fd04d

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/client.hhsrc/client.hh

@@ -65,7 +65,7 @@ private:

Window _window; //! The id of the group the window belongs to - XID _group; + Window _group; // XXX: transient_for, transients

@@ -73,7 +73,7 @@ //! The desktop on which the window resides (0xffffffff for all desktops)

unsigned int _desktop; //! 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 std::string _icon_title;