diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-18 11:34:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-18 11:34:29 +0000 |
| commit | 77a8e11660edd66279f2d3def6de3768874ba780 (patch) | |
| tree | c384644ec055df2dc0a8954d09b7a2f523044b38 /src/widget.hh | |
| parent | db23fe0584b9d7ece147ef74c7ad6d45ff7ba6fd (diff) | |
can tell where events are coming from!
Diffstat (limited to 'src/widget.hh')
| -rw-r--r-- | src/widget.hh | 4 |
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: |
