]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
frames' subemelents are created and positioned and everything
[chaz/openbox] / src / client.hh
index ba158fc1adb9d252632c3f33842fbc53e8268c91..b4e01effe74b095e29fba7f39fe31e79ac9cc6fa 100644 (file)
@@ -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;
This page took 0.020401 seconds and 4 git commands to generate.