comparison src/video/Xext/README @ 292:eadc0746dfaf

Added SDL_LockRect() and SDL_UnlockRect() Incorporated XFree86 extension libraries into the source
author Sam Lantinga <slouken@libsdl.org>
date Tue, 05 Mar 2002 19:55:32 +0000
parents
children b87d8d4c205d
comparison
equal deleted inserted replaced
291:68a8a8237c09 292:eadc0746dfaf
1
2 The reason these libraries are built outside of the standard XFree86
3 tree is so that they can be linked as shared object code directly into
4 SDL without causing any symbol collisions with code in the application.
5
6 You can't link static library code into shared libraries on non-x86
7 Linux platforms. Since these libraries haven't become standard yet,
8 we'll just include them directly.
9