Am Freitag 22 Dezember 2006 20:06 schrieb Jens Seidel:
> How does is work on your systems? Can you please verify that the X11
> related definition of SDL_SysWMinfo is used (add #warning "Debug message").
> If this is true, please tell me where SDL_VIDEO_DRIVER_X11 is defined in
> your system. In a SDL header file?

grep SDL_VIDEO_DRIVER_X11 /usr/include/*/* :

/usr/include/SDL/SDL_config.h:#define SDL_VIDEO_DRIVER_X11 1
/usr/include/SDL/SDL_config.h:/* #undef SDL_VIDEO_DRIVER_X11_DGAMOUSE */
/usr/include/SDL/SDL_config.h:#define SDL_VIDEO_DRIVER_X11_DPMS 1
/usr/include/SDL/SDL_config.h:#define 
SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
/usr/include/SDL/SDL_config.h:#define 
SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
/usr/include/SDL/SDL_config.h:#define 
SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
/usr/include/SDL/SDL_config.h:#define 
SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
/usr/include/SDL/SDL_config.h:#define SDL_VIDEO_DRIVER_X11_VIDMODE 1
/usr/include/SDL/SDL_config.h:#define SDL_VIDEO_DRIVER_X11_XINERAMA 1
/usr/include/SDL/SDL_config.h:/* #undef SDL_VIDEO_DRIVER_X11_XME */
/usr/include/SDL/SDL_config.h:#define SDL_VIDEO_DRIVER_X11_XRANDR 1
/usr/include/SDL/SDL_config.h:#define SDL_VIDEO_DRIVER_X11_XV 1
/usr/include/SDL/SDL_syswm.h:#if defined(SDL_VIDEO_DRIVER_X11)

_______________________________________________
Wesnoth-dev mailing list
Wesnoth-dev@gna.org
https://mail.gna.org/listinfo/wesnoth-dev

Reply via email to