From bf4b3274756b6de5fd6036689dc54da71987513d Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 11 Jan 2002 17:01:31 +0000 Subject: fixed max over slit reversed --- src/Window.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index 1669df9..588e7a5 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.18 2002/01/11 10:04:32 fluxgen Exp $ +// $Id: Window.cc,v 1.19 2002/01/11 17:01:31 fluxgen Exp $ // stupid macros needed to access some functions in version 2 of the GNU C // library @@ -1817,7 +1817,7 @@ void FluxboxWindow::maximize(unsigned int button) { #ifdef SLIT Slit* mSlt = screen->getSlit(); - if(screen->doMaxOverSlit() && !screen->doFullMax() && (mSlt->getWidth() > 1)) + if(!screen->doMaxOverSlit() && !screen->doFullMax() && (mSlt->getWidth() > 1)) { switch(screen->getSlitDirection()) { -- cgit v0.11.2