winemac: Send WM_{ENTER, EXIT}SIZEMOVE around window frame changes initiated by Cocoa.
commitde3fb34af7dbb4a8f73ac4489a02ec2225979d00
authorKen Thomases <ken@codeweavers.com>
Thu, 31 Oct 2013 21:54:53 +0000 (31 16:54 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 1 Nov 2013 09:51:11 +0000 (1 10:51 +0100)
tree2d99b90a3bc63e991de97d2befbf9344ef8c674d
parentb11d6850f2596d58c8a9ceaf7ac08e7bd527cc30
winemac: Send WM_{ENTER, EXIT}SIZEMOVE around window frame changes initiated by Cocoa.

The Mac driver was already sending these events when the user resizes the
window by dragging its corner/edges, but there are other occasions when the
window frame changes.  For example, when the user zooms the window.
dlls/winemac.drv/cocoa_window.m
dlls/winemac.drv/macdrv_cocoa.h
dlls/winemac.drv/window.c