- Redraw the window upon IDCMP_CHANGEWINDOW events too. That's all we get
commit36f49209abcd8eb66e3552c6b983d8d28e6b7519
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 9 Jul 2014 16:15:27 +0000 (9 16:15 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 9 Jul 2014 16:15:27 +0000 (9 16:15 +0000)
treefe478ca431b92641ecb1fc6619dc9be169407262
parenteb1867d7aa1b80ea230eee80bc52095fd3e9eaa3
 - Redraw the window upon IDCMP_CHANGEWINDOW events too. That's all we get
   when ChangeWindowBox() is called for example.
 - Do not rely on receiving an IDCMP_REFRESHWINDOW event after window
   resizing: we won't get it if the window is completely borderless.
   Instead, redraw the window straight away after IDCMP_NEWSIZE.
 - Removed some code duplication related to window resizing.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49103 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/libs/muimaster/classes/window.c