all repos — fluxbox @ db80ce64d71a16e864405ced5c635543c20265a5

custom fork of the fluxbox windowmanager

fix restoring fullscreen windows
markt markt
commit

db80ce64d71a16e864405ced5c635543c20265a5

parent

f3ab9e6b131fe2fb5cac4bcdbde8dbb9df51fff2

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -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
M src/Window.ccsrc/Window.cc

@@ -1651,6 +1651,7 @@ m_last_resize_x = m_old_pos_x;

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);