Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 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 | d12a63a8d95a |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1335:c39265384763 | 1336:3692456e7b0f |
---|---|
183 #define gamma_saved (this->hidden->gamma_saved) | 183 #define gamma_saved (this->hidden->gamma_saved) |
184 #define gamma_changed (this->hidden->gamma_changed) | 184 #define gamma_changed (this->hidden->gamma_changed) |
185 #define SDL_iconcolors (this->hidden->iconcolors) | 185 #define SDL_iconcolors (this->hidden->iconcolors) |
186 /* Some versions of XFree86 have bugs - detect if this is one of them */ | 186 /* Some versions of XFree86 have bugs - detect if this is one of them */ |
187 #define BUGGY_XFREE86(condition, buggy_version) \ | 187 #define BUGGY_XFREE86(condition, buggy_version) \ |
188 ((strcmp(ServerVendor(SDL_Display), "The XFree86 Project, Inc") == 0) && \ | 188 ((SDL_strcmp(ServerVendor(SDL_Display), "The XFree86 Project, Inc") == 0) && \ |
189 (VendorRelease(SDL_Display) condition buggy_version)) | 189 (VendorRelease(SDL_Display) condition buggy_version)) |
190 | 190 |
191 #endif /* _SDL_x11video_h */ | 191 #endif /* _SDL_x11video_h */ |