Fixed GLXgears compilation

This commit is contained in:
pelya
2010-05-21 14:22:14 +03:00
parent 5f6fec3617
commit 5778f2aced

View File

@@ -451,7 +451,7 @@ main(int argc, char *argv[])
break;
}
}
keys = SDL_GetKeyState(NULL);
keys = SDL_GetKeyboardState(NULL);
if ( keys[SDLK_ESCAPE] ) {
done = 1;