]> Dogcows Code - chaz/openbox/blobdiff - src/widget.hh
way sexier buildtree
[chaz/openbox] / src / widget.hh
index ed0f0a9d740f2a35931741f9094fda8ae65e8685..e51189d6b7ea5d98b2feceb0c03f74d7b30fc41e 100644 (file)
@@ -6,7 +6,9 @@ namespace ob {
 
 class OBWidget {
 public:
+  // update the enum in openbox.i to match this one
   enum WidgetType {
+    Type_Frame,
     Type_Titlebar,
     Type_Handle,
     Type_Plate,
@@ -16,7 +18,9 @@ public:
     Type_IconifyButton,
     Type_StickyButton,
     Type_LeftGrip,
-    Type_RightGrip
+    Type_RightGrip,
+    Type_Client,
+    Type_Root
   };
 
 private:
This page took 0.021985 seconds and 4 git commands to generate.