Mercurial > sdl-ios-xcode
view src/video/uikit/jumphack.h @ 4572:266ec93f49af
Correctly handle the availability of Xrender in X11_CreateRenderer and X11_DisplayModeChanged.
Fixed the XRenderPictureAttributes value in X11_CreateRenderer with graphics_exposures = False.
Start work on Xrender specific additions to X11_TextureData and X11_CreateTexture.
author | Sunny Sachanandani <sunnysachanandani@gmail.com> |
---|---|
date | Wed, 26 May 2010 20:11:56 +0530 |
parents | f55c87ae336b |
children | e8045ba3f79f |
line wrap: on
line source
/* * jumphack.h * SDLiPhoneOS * */ #ifndef _jumphack_h #define _jumphack_h #include "setjmp.h" /* see SDL_uikitevents.m for more info */ extern jmp_buf *jump_env(); #endif