]> Dogcows Code - chaz/openbox/commitdiff
add decor_sticky to the default decorations list
authorDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 04:23:58 +0000 (04:23 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 23 Jan 2003 04:23:58 +0000 (04:23 +0000)
src/client.cc

index f12e643ac22196cfcffd6b63bae0cc340cf280ac..4f6fe4a21e3006a115528b5e92a04e4761c315d3 100644 (file)
@@ -169,7 +169,7 @@ void Client::getType()
 void Client::setupDecorAndFunctions()
 {
   // start with everything (cept fullscreen)
-  _decorations = Decor_Titlebar | Decor_Handle | Decor_Border |
+  _decorations = Decor_Titlebar | Decor_Handle | Decor_Border | Decor_Sticky |
     Decor_Iconify | Decor_Maximize;
   _functions = Func_Resize | Func_Move | Func_Iconify | Func_Maximize |
     Func_Shade;
This page took 0.022163 seconds and 4 git commands to generate.