comparison src/video/uikit/jumphack.c @ 2446:69ca51fd121d gsoc2008_iphone

Cleaned up, updated header include path
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Sat, 16 Aug 2008 00:09:54 +0000
parents 0a0205afed91
children
comparison
equal deleted inserted replaced
2445:d65e44861a15 2446:69ca51fd121d
2 * jumphack.c 2 * jumphack.c
3 * SDLiPhoneOS 3 * SDLiPhoneOS
4 * 4 *
5 */ 5 */
6 6
7 #include "jump.h" 7 #include "jumphack.h"
8 8
9 /* see SDL_uikitevents.m for more info */
10
11 /* stores the information we need to jump back */
9 jmp_buf env; 12 jmp_buf env;
13
14 /* returns the jump environment for setting / getting purposes */
10 jmp_buf *jump_env() { return &env; } 15 jmp_buf *jump_env() { return &env; }