add decor_sticky to the default decorations list

This commit is contained in:
Dana Jansens 2003-01-23 04:23:58 +00:00
parent 2c977ae7ff
commit 7b9d92b2e7

View 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;