On Apr 27, 2015, at 2:54 AM, Stefan Dösinger stefan@codeweavers.com wrote:
Version 3: Use SendNotifyMessage for sending WM_MACDRV_DISPLAYCHANGE. Ken, I need your review again to make sure that this change doesn't have any negative impact regarding the sync_window_position call that is part of the WM_MACDRV_DISPLAYCHANGE message handling.
Looks OK to me. It is not necessary for the sync_window_position() call to be made synchronously with respect to the sending code.
-Ken