diff options
author | marha <marha@users.sourceforge.net> | 2010-02-25 08:40:34 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-25 08:40:34 +0000 |
commit | 1ab2f9be54d01fc145e8f25d2e35a59636a2c0bf (patch) | |
tree | 8228d314dc1076764c42f77f64ee8ffb334f5deb /xorg-server/hw/xwin/glx/wgl_ext_api.c | |
parent | 24bc15a386e37908396c3f6088f6fc98ceaa0f46 (diff) | |
download | vcxsrv-1ab2f9be54d01fc145e8f25d2e35a59636a2c0bf.tar.gz vcxsrv-1ab2f9be54d01fc145e8f25d2e35a59636a2c0bf.tar.bz2 vcxsrv-1ab2f9be54d01fc145e8f25d2e35a59636a2c0bf.zip |
Added changes from cygwin-aiglx-foundations
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 ffe10884d..4b8359fb1 100644 --- a/xorg-server/hw/xwin/glx/wgl_ext_api.c +++ b/xorg-server/hw/xwin/glx/wgl_ext_api.c @@ -60,25 +60,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" |