summaryrefslogtreecommitdiff
path: root/src/widget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.hh')
-rw-r--r--src/widget.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widget.hh b/src/widget.hh
index ed0f0a9d..6b9ffe77 100644
--- a/src/widget.hh
+++ b/src/widget.hh
@@ -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: