X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fwidget.hh;h=e51189d6b7ea5d98b2feceb0c03f74d7b30fc41e;hb=c9ca0e797de3f8b67b47333476a98b18445cdb67;hp=c82c28621398bacfffff49ab22bda28e3a502647;hpb=70eb03ad50e1a71fd64c8cb1ebabbff311850553;p=chaz%2Fopenbox diff --git a/src/widget.hh b/src/widget.hh index c82c2862..e51189d6 100644 --- a/src/widget.hh +++ b/src/widget.hh @@ -6,10 +6,21 @@ namespace ob { class OBWidget { public: + // update the enum in openbox.i to match this one enum WidgetType { + Type_Frame, Type_Titlebar, Type_Handle, - Type_Plate + Type_Plate, + Type_Label, + Type_MaximizeButton, + Type_CloseButton, + Type_IconifyButton, + Type_StickyButton, + Type_LeftGrip, + Type_RightGrip, + Type_Client, + Type_Root }; private: