mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
apple: Rename _gl_context_modes_find_visual to glx_config_find_visual
Fixes regression introduced by:6ddf66e923Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commitb7f0ed8444)
This commit is contained in:
parent
e03abf70cd
commit
9bcc214159
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap)
|
|||
struct glx_screen *const psc = GetGLXScreenConfigs(dpy, screen);
|
||||
const struct glx_config *config;
|
||||
|
||||
config = _gl_context_modes_find_visual(psc->visuals, vis->visualid);
|
||||
config = glx_config_find_visual(psc->visuals, vis->visualid);
|
||||
|
||||
if(apple_glx_pixmap_create(dpy, vis->screen, pixmap, config))
|
||||
return None;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue