Mercurial > sdl-ios-xcode
view include/SDL_name.h @ 4584:9907c8cc6015
X11_RenderFillRects and X11_RenderDrawRects use a server side mask pixmap of 1 bit depth now. All drawing on these pixmaps is done by server side functions such as XDrawRectangles and XFillRectangles.
author | Sunny Sachanandani <sunnysachanandani@gmail.com> |
---|---|
date | Mon, 14 Jun 2010 18:22:48 +0530 |
parents | d2d48e10f370 |
children |
line wrap: on
line source
#ifndef _SDLname_h_ #define _SDLname_h_ #if defined(__STDC__) || defined(__cplusplus) #define NeedFunctionPrototypes 1 #endif #define SDL_NAME(X) SDL_##X #endif /* _SDLname_h_ */