Mercurial > sdl-ios-xcode
diff src/video/cybergfx/SDL_amigamouse.c @ 1336:3692456e7b0f
Use SDL_ prefixed versions of C library functions.
FIXME:
Change #include <stdlib.h> to #include "SDL_stdlib.h"
Change #include <string.h> to #include "SDL_string.h"
Make sure nothing else broke because of this...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 06:59:48 +0000 |
parents | c9b51268668f |
children | c71e05b4dc2e |
line wrap: on
line diff
--- a/src/video/cybergfx/SDL_amigamouse.c Mon Feb 06 17:28:04 2006 +0000 +++ b/src/video/cybergfx/SDL_amigamouse.c Tue Feb 07 06:59:48 2006 +0000 @@ -90,7 +90,7 @@ &mouse_accel.numerator, &mouse_accel.denominator, &mouse_accel.threshold); - use_mouse_accel = getenv("SDL_VIDEO_X11_MOUSEACCEL"); + use_mouse_accel = SDL_getenv("SDL_VIDEO_X11_MOUSEACCEL"); if ( use_mouse_accel ) { SetMouseAccel(this, use_mouse_accel); }