From f424471009859c23309428e38002c29f4e4d2bc5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 08:12:53 +0000 Subject: frames' subemelents are created and positioned and everything --- src/client.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client.hh') 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; -- cgit v1.2.3