]> Dogcows Code - chaz/openbox/blobdiff - src/widget.hh
can build trees with modifiers
[chaz/openbox] / src / widget.hh
index 6b9ffe77b5d321efd9ecc1c66eec0b6dfc1d4565..e51189d6b7ea5d98b2feceb0c03f74d7b30fc41e 100644 (file)
@@ -6,6 +6,7 @@ namespace ob {
 
 class OBWidget {
 public:
+  // update the enum in openbox.i to match this one
   enum WidgetType {
     Type_Frame,
     Type_Titlebar,
@@ -18,7 +19,8 @@ public:
     Type_StickyButton,
     Type_LeftGrip,
     Type_RightGrip,
-    Type_Client
+    Type_Client,
+    Type_Root
   };
 
 private:
This page took 0.023513 seconds and 4 git commands to generate.