mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/
This commit is contained in:
parent
f06ce1ba71
commit
790ab0a0b6
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ main(int argc, char *argv[])
|
|||
return 0;
|
||||
}
|
||||
|
||||
b = eglShowSurfaceMESA(d, screen, screen_surf, mode[chosenMode]);
|
||||
b = eglShowScreenSurfaceMESA(d, screen, screen_surf, mode[chosenMode]);
|
||||
if (!b) {
|
||||
printf("eglgears: show surface failed\n");
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue