Skip to content

Commit

Permalink
GAPI fixes from Stefan Klug
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 16, 2009
1 parent b6a8de4 commit b6da4b6
Show file tree
Hide file tree
Showing 8 changed files with 293 additions and 179 deletions.
2 changes: 1 addition & 1 deletion src/events/SDL_keyboard.c
Expand Up @@ -73,7 +73,7 @@ int SDL_KeyboardInit(void)
SDL_EnableKeyRepeat(0, 0);

/* Allow environment override to disable special lock-key behavior */
env = getenv("SDL_NO_LOCK_KEYS");
env = SDL_getenv("SDL_NO_LOCK_KEYS");
SDL_NoLockKeys = 0;
if (env) {
switch (SDL_atoi(env)) {
Expand Down

0 comments on commit b6da4b6

Please sign in to comment.