Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11dyn.c @ 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 | fea140a964b3 |
children | c121d94672cb b1d5b56aa549 |
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