summaryrefslogtreecommitdiff
path: root/src/widget.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-18 11:34:29 +0000
committerDana Jansens <danakj@orodu.net>2002-12-18 11:34:29 +0000
commit77a8e11660edd66279f2d3def6de3768874ba780 (patch)
treec384644ec055df2dc0a8954d09b7a2f523044b38 /src/widget.hh
parentdb23fe0584b9d7ece147ef74c7ad6d45ff7ba6fd (diff)
can tell where events are coming from!
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: