annotate include/SDL_name.h @ 4573:6399178be313

Completed work on X11_CreateTexture. Added lots of safety features. These include support for drawing a texture using the core protocol while other textures are drawn using Xrender if Xrender does not support the color format of the said texture or any other fault with Xrender.
author Sunny Sachanandani <sunnysachanandani@gmail.com>
date Fri, 28 May 2010 20:40:09 +0530
parents d2d48e10f370
children
rev   line source
293
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 #ifndef _SDLname_h_
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 #define _SDLname_h_
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 #if defined(__STDC__) || defined(__cplusplus)
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6 #define NeedFunctionPrototypes 1
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
7 #endif
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9 #define SDL_NAME(X) SDL_##X
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10
585a7e1285ae *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 #endif /* _SDLname_h_ */