aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/sdl-1.2.12/src/video/x11/SDL_x11sym.h
Commit message (Collapse)AuthorAgeFilesLines
* Delete sdl-1.2.12Jesse Hall2012-07-231-221/+0
| | | | Change-Id: Ia96f80df04035ae84be3af468c945f2cec14f99c
* Add dynamic symbol for _XGetRequest, which libX11 1.4.99.1 addedJesse Hall2012-05-031-0/+6
| | | | | | | | | This is a cherry-pick from upstream to fix build errors on some Linux distros. Problem and patch pointed out by "quho" -- thanks! Upstream changeset: http://hg.libsdl.org/SDL/rev/e1264a758d50 Change-Id: I423c6ce2dfd7c6e53954b6fe76b156f12ae643f2
* SDL: Call XInitThreads() after loading XlibJesse Hall2012-01-111-0/+1
| | | | | | | | | | | | | XInitThreads() enables thread-safety in Xlib, so multiple threads can safely call into it concurrently. This happens with GLES passthrough enabled: the GLES system serializes its own Xlib and GLX calls, but there is no serialization between the GLES system and the SDL code running the main UI. This call must be the first Xlib call, so I put it here in the loading code rather than the multiple places that call XOpenDisplay(). Change-Id: I3cd3177fb8e0904a803a6b5c8f89a4ecda73bd1c
* Add our modified SDL sources under distrib/sdl-1.2.12David 'Digit' Turner2009-06-081-0/+214
Fix distrib/make-distrib.sh script to work with git Fix distrib/build-emulator.sh to accomodate for new SDL configure script Handle Tiger SDK usage in SDL configure script