Skip to content

SDL 1.3 problems #14

Description

@beanz

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions