comparison src/video/x11/SDL_x11dyn.c @ 1648:9f59d4c5aaea

Mac OS X fat build works! :)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 22 Apr 2006 19:17:14 +0000
parents a1ee5944412b
children 14717b52abc0
comparison
equal deleted inserted replaced
1647:2af911d41a08 1648:9f59d4c5aaea
29 #include <stdio.h> 29 #include <stdio.h>
30 #endif 30 #endif
31 31
32 #ifdef SDL_VIDEO_DRIVER_X11_DYNAMIC 32 #ifdef SDL_VIDEO_DRIVER_X11_DYNAMIC
33 33
34 #include <dlfcn.h>
35 #include "SDL_name.h" 34 #include "SDL_name.h"
36 #include "SDL_loadso.h" 35 #include "SDL_loadso.h"
37 36
38 typedef struct 37 typedef struct
39 { 38 {