X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fwidget.hh;h=e51189d6b7ea5d98b2feceb0c03f74d7b30fc41e;hb=1161a90a70b21d3064a9dee62c72dd4be3025ada;hp=ed0f0a9d740f2a35931741f9094fda8ae65e8685;hpb=25d1e3538be5719b238f7e62a949c409fef2af66;p=chaz%2Fopenbox diff --git a/src/widget.hh b/src/widget.hh index ed0f0a9d..e51189d6 100644 --- a/src/widget.hh +++ b/src/widget.hh @@ -6,7 +6,9 @@ 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, @@ -16,7 +18,9 @@ public: Type_IconifyButton, Type_StickyButton, Type_LeftGrip, - Type_RightGrip + Type_RightGrip, + Type_Client, + Type_Root }; private: