view src/video/uikit/jump.h @ 2416:d92493ff1b51 gsoc2008_iphone

Fixed a bug where bad access would occur if UIKIT_MakeCurrent is passed NULL for the parameter 'SDL_GLContext context'. Instead, it clears the current context.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Wed, 13 Aug 2008 20:56:21 +0000
parents 5c27688b08cf
children
line wrap: on
line source

/*
 *  jump.h
 *  iPodSDL
 *
 *  Created by Holmes Futrell on 7/2/08.
 *  Copyright 2008 __MyCompanyName__. All rights reserved.
 *
 */

#include "setjmp.h"

extern jmp_buf* jump_env();
extern int canJump;