view src/video/uikit/jumphack.h @ 3105:cdeee9f9b14b

Fixed bug #721 From michalziulek@gmail.com 2009-03-28 07:43:34 (-) [reply] There is a bug in OpenGL 3.x context creation code. Function glXGetProcAddress is used directly where it should be: _this->gl_data->glXGetProcAddress. I have attached patch which fixes this on x11 and win32. Thanks.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 03 Apr 2009 17:19:05 +0000
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