X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient.hh;h=b4e01effe74b095e29fba7f39fe31e79ac9cc6fa;hb=f424471009859c23309428e38002c29f4e4d2bc5;hp=ba158fc1adb9d252632c3f33842fbc53e8268c91;hpb=633df648c9d04c6225fba3004c93e497301293bd;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index ba158fc1..b4e01eff 100644 --- a/src/client.hh +++ b/src/client.hh @@ -93,7 +93,8 @@ public: Decor_Border = 1 << 2, //!< Display a border Decor_Iconify = 1 << 3, //!< Display an iconify button Decor_Maximize = 1 << 4, //!< Display a maximize button - Decor_Close = 1 << 5 //!< Display a close button + Decor_Sticky = 1 << 5, //!< Display a sticky button + Decor_Close = 1 << 6 //!< Display a close button }; //! Holds a bitmask of OBClient::Decoration values typedef unsigned char DecorationFlags;