aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authormarkt <markt>2006-08-13 00:51:52 (GMT)
committermarkt <markt>2006-08-13 00:51:52 (GMT)
commitdb80ce64d71a16e864405ced5c635543c20265a5 (patch)
treee39952d0d82c9d0fe7aa822d1fc237a707ef538b /src/Window.cc
parentf3ab9e6b131fe2fb5cac4bcdbde8dbb9df51fff2 (diff)
downloadfluxbox-db80ce64d71a16e864405ced5c635543c20265a5.zip
fluxbox-db80ce64d71a16e864405ced5c635543c20265a5.tar.bz2
fix restoring fullscreen windows
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);