wine/dlls/winemac.drv
Ken Thomases c22590b697 winemac: Don't export/import CF_BITMAP or CF_DIBV5 to/from a Mac-native data type.
The relevant Mac-native type, com.microsoft.bmp, is handled by CF_DIB and
user32 handles the synthesis of CF_BITMAP and CF_DIBV5 from that.

CF_BITMAP and CF_DIBV5 are still exported and imported with a Wine-specific
type to preserve cross-prefix copy/paste fidelity.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-24 11:05:51 +02:00
..
.gitattributes
clipboard.c winemac: Don't export/import CF_BITMAP or CF_DIBV5 to/from a Mac-native data type. 2016-10-24 11:05:51 +02:00
cocoa_app.h
cocoa_app.m
cocoa_clipboard.m
cocoa_display.m
cocoa_event.h
cocoa_event.m
cocoa_main.m
cocoa_opengl.h
cocoa_opengl.m
cocoa_status_item.m
cocoa_window.h winemac: Set windows to transparent until they have content to draw, to reduce flicker. 2016-09-02 23:31:01 +09:00
cocoa_window.m winemac: Post WINDOW_FRAME_CHANGED with the non-fullscreen frame when exiting of fullscreen mode begins. 2016-10-11 16:51:34 +02:00
display.c
dragdrop.c
event.c
gdi.c
image.c
ime.c
keyboard.c
macdrv_cocoa.h
macdrv_main.c winemac.drv: Added ThreadDetach entry point and use it instead of DllMain. 2016-08-27 13:24:06 +09:00
macdrv_res.h
macdrv.h
Makefile.in
mouse.c
opengl.c winemac.drv: Use EqualRect() instead of memcmp() to compare RECTs. 2016-10-04 20:33:33 +02:00
surface.c
systray.c
window.c winemac.drv: Use EqualRect() instead of memcmp() to compare RECTs. 2016-10-04 20:33:33 +02:00
winemac.drv.spec winemac.drv: Added ThreadDetach entry point and use it instead of DllMain. 2016-08-27 13:24:06 +09:00
winemac.rc