wine/dlls/winemac.drv
Ken Thomases 31d7f61cc3 winemac: Properly ignore attempts to set a window's shape to its current shape.
NSBezierPath doesn't override the -isEqual: method to actually compare paths,
so it just falls back to object identity which, in our case, makes paths seem
like they're never equal.

Also, memcmp()-ing the rectangle array is almost certainly faster than any
general test for equality between two paths.
2014-10-03 08:39:49 +02:00
..
.gitattributes
clipboard.c
cocoa_app.h
cocoa_app.m winemac: Use new API when available to list all display modes available on Retina Macs. 2014-07-30 11:33:00 -05:00
cocoa_clipboard.m
cocoa_display.m
cocoa_event.h
cocoa_event.m winemac: When removing the status item for a systray icon, discard any associated events in the queue. 2014-08-06 14:27:29 +02:00
cocoa_main.m
cocoa_opengl.h
cocoa_opengl.m
cocoa_status_item.m winemac: When removing the status item for a systray icon, discard any associated events in the queue. 2014-08-06 14:27:29 +02:00
cocoa_window.h winemac: Properly ignore attempts to set a window's shape to its current shape. 2014-10-03 08:39:49 +02:00
cocoa_window.m winemac: Properly ignore attempts to set a window's shape to its current shape. 2014-10-03 08:39:49 +02:00
display.c winemac: Use new API when available to list all display modes available on Retina Macs. 2014-07-30 11:33:00 -05:00
dragdrop.c
event.c
gdi.c
image.c
ime.c winemac: Don't query the position of the one-past-the-end character with IMR_QUERYCHARPOSITION. 2014-07-16 20:46:32 +02:00
keyboard.c
macdrv.h
macdrv_cocoa.h
macdrv_main.c
Makefile.in
mouse.c
opengl.c
surface.c
systray.c
window.c
winemac.drv.spec