This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
- Loading branch information
Showing
with
51 additions
and 7,893 deletions.
- +0 −1 Makefile.in
- +0 −1 include/SDL.h
- +0 −365 include/SDL_compat.h
- +0 −44 include/SDL_events.h
- +0 −1,816 src/SDL_compat.c
- +0 −15 src/video/SDL_surface.c
- +0 −66 test/Makefile.in
- +0 −1 test/common.h
- +0 −552 test/testalpha.c
- +0 −203 test/testbitmap.c
- +0 −433 test/testblitspeed.c
- +0 −260 test/testcursor.c
- +0 −221 test/testdyngl.c
- +0 −226 test/testdyngles.c
- +0 −118 test/testfill.c
- +0 −179 test/testgamma.c
- +0 −782 test/testgl.c
- +10 −0 test/testime.c
- +10 −0 test/testjoystick.c
- +1 −1 test/testnative.c
- +0 −571 test/testoverlay.c
- +10 −0 test/testoverlay2.c
- +10 −0 test/testshader.c
- +0 −339 test/testsprite.c
- +10 −0 test/testtimer.c
- +0 −546 test/testvidinfo.c
- +0 −351 test/testwin.c
- +0 −465 test/testwm.c
- +0 −337 test/threadwin.c
Oops, something went wrong.