diff options
-rwxr-xr-x | hw/xwin/glx/indirect.c | 1 | ||||
-rw-r--r-- | hw/xwin/glx/wgl_ext_api.c | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/hw/xwin/glx/indirect.c b/hw/xwin/glx/indirect.c index ba995c007..67c87277c 100755 --- a/hw/xwin/glx/indirect.c +++ b/hw/xwin/glx/indirect.c @@ -51,6 +51,7 @@ before using it? - are the __GLXConfig * we get handed back ones we are made (so we can extend the structure with privates?) Or are they created inside the GLX core as well? + - snap winWindowInfoRec, it's just the same as a HWND now... */ /* diff --git a/hw/xwin/glx/wgl_ext_api.c b/hw/xwin/glx/wgl_ext_api.c index ffe10884d..beaffc118 100644 --- a/hw/xwin/glx/wgl_ext_api.c +++ b/hw/xwin/glx/wgl_ext_api.c @@ -60,12 +60,12 @@ #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 |