Re: X11Drv: import glx context code
29 Aug
2006
29 Aug
'06
9:15 a.m.
"Roderick Colenbrander" <thunderbird2k(a)gmx.net> writes:
+@ cdecl WGL_CreateContext(long) X11DRV_WGL_CreateContext +@ cdecl WGL_DeleteContext(long) X11DRV_WGL_DeleteContext +@ cdecl WGL_GetCurrentContext() X11DRV_WGL_GetCurrentContext +@ cdecl WGL_GetCurrentDC() X11DRV_WGL_GetCurrentDC +@ cdecl WGL_GetCurrentReadDCARB() X11DRV_WGL_GetCurrentReadDCARB +@ cdecl WGL_glGetIntegerv(long ptr) X11DRV_WGL_glGetIntegerv
You should export the functions under their official name, like we do for the GDI functions, so something like: @ cdecl wglCreateContext(long) X11DRV_wglCreateContext etc. -- Alexandre Julliard julliard(a)winehq.org
7044
Age (days ago)
7044
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard