From: Dana Jansens Date: Wed, 14 Aug 2002 15:10:57 +0000 (+0000) Subject: testing whether i caused a bug with this code X-Git-Tag: openbox-2_0_0~46 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b016470119788a052ef1de0457e2e8d104e90d81;p=dana%2Fopenbox.git testing whether i caused a bug with this code --- diff --git a/src/Window.cc b/src/Window.cc index f18d4dea..8afe4cd5 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2724,7 +2724,7 @@ void BlackboxWindow::propertyNotifyEvent(const XPropertyEvent *pe) { functions &= ~Func_Maximize; setAllowedActions(); setupDecor(); - if (flags.stuck != s) stick(); +// if (flags.stuck != s) stick(); } reconfigure();