http://bugs.winehq.org/show_bug.cgi?id=23303
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2010-06-22 08:49:12 --- If you want to detect resizes you handle WM_SIZE, or you set CS_HREDRAW/VREDRAW on your window class to force repaints. It doesn't make sense to try to detect resizes based on mouse events.