diff options
author | marha <marha@users.sourceforge.net> | 2010-02-25 08:52:47 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-25 08:52:47 +0000 |
commit | c970823c93ff7478877d7df9c66b5032e744dc19 (patch) | |
tree | 01200b49943fa48e50f0d85bed0217526af3f3d1 /xorg-server/hw/xwin/glx/wgl_ext_api.c | |
parent | dca37d126746d995167a31f58d3a395ae162f5d4 (diff) | |
parent | 1ab2f9be54d01fc145e8f25d2e35a59636a2c0bf (diff) | |
download | vcxsrv-c970823c93ff7478877d7df9c66b5032e744dc19.tar.gz vcxsrv-c970823c93ff7478877d7df9c66b5032e744dc19.tar.bz2 vcxsrv-c970823c93ff7478877d7df9c66b5032e744dc19.zip |
svn merge ^/branches/released .
Diffstat (limited to 'xorg-server/hw/xwin/glx/wgl_ext_api.c')
-rw-r--r-- | xorg-server/hw/xwin/glx/wgl_ext_api.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/xorg-server/hw/xwin/glx/wgl_ext_api.c b/xorg-server/hw/xwin/glx/wgl_ext_api.c index 3aa6cbcce..984ce64a2 100644 --- a/xorg-server/hw/xwin/glx/wgl_ext_api.c +++ b/xorg-server/hw/xwin/glx/wgl_ext_api.c @@ -65,25 +65,16 @@ #define RESOLVED_PROC(type) type##proc /* + * Include generated cdecl wrappers for stdcall WGL functions + * * There are extensions to the wgl*() API as well; again we call * these functions by using wglGetProcAddress() to get a pointer * to the function, and wrapping it for cdecl/stdcall conversion * - * This should be autogenerated as well, really... - * * We arrange to resolve the functions up front, as they need a * context to work, as we like to use them to be able to select * a context. Again, this assumption fails badly on multimontor * systems... */ -/* - Include generated cdecl wrappers for stdcall WGL functions - - function address must found using wglGetProcAddress(), - but also stdcall so still need wrappers... - - Include generated -*/ - #include "generated_wgl_wrappers.c" |