s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/

This commit is contained in:
Brian Paul 2005-12-10 17:59:36 +00:00
parent f06ce1ba71
commit 790ab0a0b6
1 changed files with 1 additions and 1 deletions

View File

@ -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;