Files
SDL/include
Ryan C. Gordon 16cdc59bab Make SDL_SetError and friends unconditionally return -1.
This lets us change things like this...

    if (Failed) {
        SDL_SetError("We failed");
        return -1;
    }

...into this...

    if (Failed) {
        return SDL_SetError("We failed");
    }


 Fixes Bugzilla #1778.
2013-03-31 12:48:50 -04:00
..
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-03-17 20:07:02 +08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-03-03 01:01:33 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00