From 63233a1fc66eb019a03f3aa928fcf34f2cf07a65 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Nov 2002 08:08:16 +0000 Subject: [PATCH] make the group a window add a XXX for later --- src/client.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.hh b/src/client.hh index 94f12ba3..f45b2d98 100644 --- a/src/client.hh +++ b/src/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 @@ private: 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; -- 2.39.2