aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc1
1 files changed, 1 insertions, 0 deletions
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) {
1651 m_last_resize_y = m_old_pos_y; 1651 m_last_resize_y = m_old_pos_y;
1652 m_last_resize_w = m_old_width; 1652 m_last_resize_w = m_old_width;
1653 m_last_resize_h = m_old_height; 1653 m_last_resize_h = m_old_height;
1654 m_resize_corner = NOCORNER;
1654 fixsize(); 1655 fixsize();
1655 1656
1656 moveResize(m_last_resize_x, m_last_resize_y, m_last_resize_w, m_last_resize_h); 1657 moveResize(m_last_resize_x, m_last_resize_y, m_last_resize_w, m_last_resize_h);