log src/video/x11/SDL_x11dyn.c @ 1575:3ba88cb7eb1b

age author description
Wed, 22 Mar 2006 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 13 Jan 2006 01:30:21 +0000 Ryan C. Gordon Patched to compile with debugging enabled.
Fri, 06 Jan 2006 20:57:59 +0000 Ryan C. Gordon Minor bit of debug output added to dynamic X11 code.
Fri, 06 Jan 2006 20:56:13 +0000 Ryan C. Gordon Make some dynamic X11 symbols option. _XData32 and _XRead32 are only available
Wed, 04 Jan 2006 22:57:50 +0000 Ryan C. Gordon More dynamic X11 fixes...catches some code in Xlib headers that caused
Thu, 17 Nov 2005 02:35:15 +0000 Ryan C. Gordon Fixed crash when dynamic X11 fails to load system Xlib libraries at runtime.
Sat, 05 Nov 2005 19:53:37 +0000 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.