On May 29, 2013, at 10:37 AM, Aric Stewart wrote:
dlls/winemac.drv/cocoa_window.m | 9 +---- dlls/winemac.drv/event.c | 3 -- dlls/winemac.drv/ime.c | 85 +++++++++++++---------------------------- dlls/winemac.drv/macdrv.h | 1 - dlls/winemac.drv/macdrv_cocoa.h | 5 +-- 5 files changed, 29 insertions(+), 74 deletions(-)
I know I reviewed this several times, but I failed to notice until now: you didn't remove the definition of IM_SET_CURSOR_POS in the enum and the entry in the table in dbgstr_event().
-Ken
ok, resent.
-aric
On 5/29/13 12:38 PM, Ken Thomases wrote:
On May 29, 2013, at 10:37 AM, Aric Stewart wrote:
dlls/winemac.drv/cocoa_window.m | 9 +---- dlls/winemac.drv/event.c | 3 -- dlls/winemac.drv/ime.c | 85 +++++++++++++---------------------------- dlls/winemac.drv/macdrv.h | 1 - dlls/winemac.drv/macdrv_cocoa.h | 5 +-- 5 files changed, 29 insertions(+), 74 deletions(-)
I know I reviewed this several times, but I failed to notice until now: you didn't remove the definition of IM_SET_CURSOR_POS in the enum and the entry in the table in dbgstr_event().
-Ken