Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11dga.c @ 1338:604d73db6802
Removed uses of stdlib.h and string.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 09:29:18 +0000 |
parents | 3692456e7b0f |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
23 /* This is currently only used to enable DGA mouse. | 23 /* This is currently only used to enable DGA mouse. |
24 The new fullscreen code makes it very difficult to handle DGA dynamically. | 24 The new fullscreen code makes it very difficult to handle DGA dynamically. |
25 There will be a completely separate DGA driver that is fullscreen-only. | 25 There will be a completely separate DGA driver that is fullscreen-only. |
26 */ | 26 */ |
27 | 27 |
28 #include <stdlib.h> /* For SDL_getenv() */ | 28 #include "SDL_stdlib.h" |
29 #include "SDL_string.h" | |
29 #include "SDL_video.h" | 30 #include "SDL_video.h" |
30 #include "SDL_cursor_c.h" | 31 #include "SDL_cursor_c.h" |
31 #include "SDL_x11dga_c.h" | 32 #include "SDL_x11dga_c.h" |
32 | 33 |
33 /* Global for the error handler */ | 34 /* Global for the error handler */ |