From db80ce64d71a16e864405ced5c635543c20265a5 Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 13 Aug 2006 00:51:52 +0000 Subject: fix restoring fullscreen windows --- ChangeLog | 3 +++ src/Window.cc | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5eb71da..df2f449 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ (Format: Year/Month/Day) Changes for 1.0rc3: +*06/08/12: + * Fix placement of restored fullscreen windows (Mark) + Window.cc *06/08/10: * Fix crash in ClientPattern when more than one pattern in [app] line (Simon) ClientPattern.cc diff --git a/src/Window.cc b/src/Window.cc index 5aebad4..29f8bca 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -1651,6 +1651,7 @@ void FluxboxWindow::setFullscreen(bool flag) { m_last_resize_y = m_old_pos_y; m_last_resize_w = m_old_width; m_last_resize_h = m_old_height; + m_resize_corner = NOCORNER; fixsize(); moveResize(m_last_resize_x, m_last_resize_y, m_last_resize_w, m_last_resize_h); -- cgit v0.11.2