Mercurial > sdl-ios-xcode
changeset 2320:166400aa33d7
Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in
is incorrect. The result is that an illegal access is being made in X_PumpEvents when it tries to look up the windows ID of the source of an event. Taking out that
call does not seem to have any effect on the testgl. But, I would be happy if someone else took a look at this problem and found a fix higher up the stack.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Sat, 01 Mar 2008 20:34:36 +0000 |
parents | 5835745560bf |
children | c5feceb0395e |
files | src/video/x11/SDL_x11opengl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11opengl.c Sat Feb 23 05:10:40 2008 +0000 +++ b/src/video/x11/SDL_x11opengl.c Sat Mar 01 20:34:36 2008 +0000 @@ -251,7 +251,7 @@ _this->gl_data->glXDestroyContext(display, context); } XDestroyWindow(display, w); - X11_PumpEvents(_this); + /* X11_PumpEvents(_this); */ /* can't do that because the windowlist may be inconsitent at this point */ } int