Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Tue, 04 Mar 2008 23:09:28 +0000 | Bob Pendleton | SetupWindowData in SDL_X11window.c was realloc()ing the display window list and incrementing numwindows even though those are being updated in functions that call |
Sat, 01 Mar 2008 20:34:36 +0000 | Bob Pendleton | 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 |
Sat, 23 Feb 2008 05:10:40 +0000 | Sam Lantinga | Now the program will process all events and then terminate. :) |
Wed, 20 Feb 2008 23:27:33 +0000 | Bob Pendleton | HandleEvent() returns done each time it is called. If done was set to 0 the program should quit, but because done is not checked until *all* events are handled a |