summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-10 08:12:53 +0000
committerDana Jansens <danakj@orodu.net>2002-11-10 08:12:53 +0000
commitf424471009859c23309428e38002c29f4e4d2bc5 (patch)
treea82c717683443eee08c042fb0b6294cd066160cb /src/client.hh
parent633df648c9d04c6225fba3004c93e497301293bd (diff)
frames' subemelents are created and positioned and everything
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh3
1 files changed, 2 insertions, 1 deletions
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;