]> Dogcows Code - chaz/openbox/blobdiff - src/widget.hh
can tell where events are coming from!
[chaz/openbox] / src / widget.hh
index ed0f0a9d740f2a35931741f9094fda8ae65e8685..6b9ffe77b5d321efd9ecc1c66eec0b6dfc1d4565 100644 (file)
@@ -7,6 +7,7 @@ namespace ob {
 class OBWidget {
 public:
   enum WidgetType {
+    Type_Frame,
     Type_Titlebar,
     Type_Handle,
     Type_Plate,
@@ -16,7 +17,8 @@ public:
     Type_IconifyButton,
     Type_StickyButton,
     Type_LeftGrip,
-    Type_RightGrip
+    Type_RightGrip,
+    Type_Client
   };
 
 private:
This page took 0.021302 seconds and 4 git commands to generate.