comparison 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
comparison
equal deleted inserted replaced
1873:eb4d9d99849b 1874:9e85b267f8f3
169 SDL_X11_UnloadSymbols(); /* in case something got loaded... */ 169 SDL_X11_UnloadSymbols(); /* in case something got loaded... */
170 rc = 0; 170 rc = 0;
171 } 171 }
172 } 172 }
173 #else 173 #else
174 #if DEBUG_DYNAMIC_X11
175 printf("X11: No dynamic X11 support in this build of SDL.\n");
176 #endif
174 #ifdef X_HAVE_UTF8_STRING 177 #ifdef X_HAVE_UTF8_STRING
175 pXCreateIC = XCreateIC; 178 pXCreateIC = XCreateIC;
176 #endif 179 #endif
177 #endif 180 #endif
178 181