]> Dogcows Code - chaz/openbox/blobdiff - src/widget.hh
move the extern OtkRect_Type to the .h
[chaz/openbox] / src / widget.hh
index ed0f0a9d740f2a35931741f9094fda8ae65e8685..2af01e2434257a7cf97f4b6689b4cd34ecf6ef8e 100644 (file)
@@ -7,6 +7,7 @@ namespace ob {
 class OBWidget {
 public:
   enum WidgetType {
+    Type_Frame,
     Type_Titlebar,
     Type_Handle,
     Type_Plate,
@@ -16,7 +17,9 @@ public:
     Type_IconifyButton,
     Type_StickyButton,
     Type_LeftGrip,
-    Type_RightGrip
+    Type_RightGrip,
+    Type_Client,
+    Type_Root
   };
 
 private:
This page took 0.020009 seconds and 4 git commands to generate.