From: Dana Jansens Date: Thu, 23 Jan 2003 04:23:58 +0000 (+0000) Subject: add decor_sticky to the default decorations list X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7b9d92b2e75cab137ca3bfaf48ce40b5cbbaacf4;p=chaz%2Fopenbox add decor_sticky to the default decorations list --- diff --git a/src/client.cc b/src/client.cc index f12e643a..4f6fe4a2 100644 --- a/src/client.cc +++ b/src/client.cc @@ -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;