mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
apple: Rename _gl_context_modes_find_visual to glx_config_find_visual
Fixes regression introduced by: 6ddf66e923
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
488d6c739f
commit
b7f0ed8444
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,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