Mercurial > sdl-ios-xcode
changeset 1874:9e85b267f8f3
Minor bit of sanity-checking debug info in dynamic X11 code.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 23 Jun 2006 02:16:49 +0000 |
parents | eb4d9d99849b |
children | 4627eca2c02b |
files | src/video/x11/SDL_x11dyn.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11dyn.c Wed Jun 21 08:26:05 2006 +0000 +++ b/src/video/x11/SDL_x11dyn.c Fri Jun 23 02:16:49 2006 +0000 @@ -171,6 +171,9 @@ } } #else + #if DEBUG_DYNAMIC_X11 + printf("X11: No dynamic X11 support in this build of SDL.\n"); + #endif #ifdef X_HAVE_UTF8_STRING pXCreateIC = XCreateIC; #endif