winemac: Fix redirection of OpenGL extension functions.
commit6c6afb2ce9517d0d10ad0feb369d34f1ee2fa369
authorKen Thomases <ken@codeweavers.com>
Thu, 17 Oct 2019 22:53:45 +0000 (17 17:53 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 18 Oct 2019 13:09:55 +0000 (18 15:09 +0200)
treec1335dd5befee32889abb682e05c23b25d754c5e
parent0fe003435e90dc32dd405a62af8fbcc20afc925d
winemac: Fix redirection of OpenGL extension functions.

This never worked.  opengl_funcs.ext.p_<func> would always be NULL at the time
it was checked, so nothing would be changed.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/winemac.drv/opengl.c