diff options
Diffstat (limited to 'src/widget.hh')
| -rw-r--r-- | src/widget.hh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/widget.hh b/src/widget.hh index c82c2862..ed0f0a9d 100644 --- a/src/widget.hh +++ b/src/widget.hh @@ -9,7 +9,14 @@ public: enum WidgetType { Type_Titlebar, Type_Handle, - Type_Plate + Type_Plate, + Type_Label, + Type_MaximizeButton, + Type_CloseButton, + Type_IconifyButton, + Type_StickyButton, + Type_LeftGrip, + Type_RightGrip }; private: |
