You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which can be hacked around by commenting out the SDL_FreeSurface call in resize(...).
(There may be a good reason for it but while looking at resize(...), it looks a little odd that the #if OPENGL code has a SDL_FreeSurface call but the #else doesn't.)
Regards,
Mark.
The text was updated successfully, but these errors were encountered:
Compiled okay a few days ago, but today I needed to add:
+#ifndef SDL_NOEVENT
+#define SDL_NOEVENT SDL_FIRSTEVENT
+#endif
to compile with SDL 1.3.0 on Linux.
There is also a segfault on hitting 'r' caused by:
http://forums.libsdl.org/viewtopic.php?t=6953&sid=4ad9b6fa92abc4d5979f8bce00bc0367
which can be hacked around by commenting out the SDL_FreeSurface call in resize(...).
(There may be a good reason for it but while looking at resize(...), it looks a little odd that the #if OPENGL code has a SDL_FreeSurface call but the #else doesn't.)
Regards,
Mark.
The text was updated successfully, but these errors were encountered: