Sweden-Number/dlls/winemac.drv
Ken Thomases 6c6afb2ce9 winemac: Fix redirection of OpenGL extension functions.
This never worked.  opengl_funcs.ext.p_<func> would always be NULL at the time
it was checked, so nothing would be changed.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-18 15:09:55 +02:00
..
.gitattributes
Makefile.in winemac.drv: Add GPU initialization functions. 2019-08-30 20:07:24 +02:00
clipboard.c
cocoa_app.h
cocoa_app.m
cocoa_clipboard.m
cocoa_display.m winemac.drv: Fix build with older macOS SDKs. 2019-09-03 12:16:04 +02:00
cocoa_event.h
cocoa_event.m
cocoa_main.m
cocoa_opengl.h
cocoa_opengl.m
cocoa_status_item.m
cocoa_window.h
cocoa_window.m winemac.drv: Allow mac IME to clear text in system input method. 2019-05-06 13:19:32 -05:00
display.c winemac.drv: Trace display device counts. 2019-09-25 16:28:27 +02:00
dragdrop.c winemac.drv: Indicate whether the drop point is non-client area. 2019-08-29 21:50:16 +02:00
event.c
gdi.c gdi32: Make GDI driver functions cdecl. 2019-07-06 21:47:58 +02:00
image.c
ime.c winemac.drv: Send state change notifications from ImeSelect. 2019-06-11 09:46:13 +02:00
keyboard.c
macdrv.h winemac.drv: Handle display device change events. 2019-08-30 20:07:39 +02:00
macdrv_cocoa.h winemac.drv: Use generic EnumDisplayMonitors and GetMonitorInfo. 2019-08-30 20:07:42 +02:00
macdrv_main.c winemac.drv: Handle display device change events. 2019-08-30 20:07:39 +02:00
macdrv_res.h
mouse.c
opengl.c winemac: Fix redirection of OpenGL extension functions. 2019-10-18 15:09:55 +02:00
surface.c
systray.c winemac.drv: Avoid an unneeded lstrlenW() call. 2019-09-09 16:25:56 +02:00
vulkan.c gdi32: Make GDI driver functions cdecl. 2019-07-06 21:47:58 +02:00
window.c winemac.drv: Activate window when restoring from iconic state. 2019-06-10 19:42:38 +02:00
winemac.drv.spec winemac.drv: Use generic EnumDisplayMonitors and GetMonitorInfo. 2019-08-30 20:07:42 +02:00
winemac.rc