author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 23 Jun 2006 02:16:49 +0000 | |
changeset 1874 | 9e85b267f8f3 |
parent 1873 | eb4d9d99849b |
child 1875 | 4627eca2c02b |
--- 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