]> Dogcows Code - chaz/openbox/commitdiff
make the group a window
authorDana Jansens <danakj@orodu.net>
Wed, 6 Nov 2002 08:08:16 +0000 (08:08 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 6 Nov 2002 08:08:16 +0000 (08:08 +0000)
add a XXX for later

src/client.hh

index 94f12ba312d5b149c64644e56a15aa8cceb559e0..f45b2d984da197df21d0684076e594b9fe1222f4 100644 (file)
@@ -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;
 
This page took 0.026649 seconds and 4 git commands to generate.