summaryrefslogtreecommitdiff
path: root/src/client.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 05:20:13 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 05:20:13 +0000
commit28b8f67562bb7eb15134f2bf7a8394f0a009b9ba (patch)
tree69eaa560ba90666b995d46b32ec64518e4b9a529 /src/client.cc
parent7b7ae097a0d389a35967fdab4ea310effcfc42c2 (diff)
remove the word "sticky" from everywhere, and replace with "all desktops". change the titlebar layout to use D instead of S for the all-desktops button
Diffstat (limited to 'src/client.cc')
-rw-r--r--src/client.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cc b/src/client.cc
index 54afbc9a..27d89c07 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -169,8 +169,8 @@ void Client::getType()
void Client::setupDecorAndFunctions()
{
// start with everything (cept fullscreen)
- _decorations = Decor_Titlebar | Decor_Handle | Decor_Border | Decor_Sticky |
- Decor_Iconify | Decor_Maximize;
+ _decorations = Decor_Titlebar | Decor_Handle | Decor_Border |
+ Decor_AllDesktops | Decor_Iconify | Decor_Maximize;
_functions = Func_Resize | Func_Move | Func_Iconify | Func_Maximize |
Func_Shade;