[PATCH 3/5] opengl32: Introduce wrappers for glGetIntegerv and glGetStringi. (v2)

Alexandre Julliard julliard at winehq.org
Tue Feb 10 06:41:31 CST 2015


Matteo Bruni <mbruni at codeweavers.com> writes:

> @@ -834,6 +849,9 @@ PROC WINAPI wglGetProcAddress( LPCSTR name )
>          *func_ptr = driver_func;
>      }
>  
> +    if (!strcmp(name, "glGetStringi"))
> +        return (void *)glGetStringi;

It seems to me you could handle this one through the extension table
instead of special casing it.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list