winemac: Make macdrv_set_cocoa_window_frame() synchronous again.
commit19862b4138f0a2b4584a46375bb69d8d65171f99
authorKen Thomases <ken@codeweavers.com>
Wed, 20 Nov 2013 20:01:29 +0000 (20 14:01 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Nov 2013 12:31:14 +0000 (21 13:31 +0100)
treec9eb13f86f827b909db021c67efa4a487177c773
parentfa8e8c258c62c5aa54285e09687b37fd72935c71
winemac: Make macdrv_set_cocoa_window_frame() synchronous again.

It has a non-object pointer from the caller, so it can't allow the caller
to continue until it's finished with it.  Also, it discards events from the
event queue and we don't want the caller to process them first.

Fixes brokenness introduced by 784a9139.
dlls/winemac.drv/cocoa_window.m