Updated SDL test projects

This commit is contained in:
Sam Lantinga 2012-01-07 17:08:17 -05:00
parent e9cad496a6
commit c160c5c596
5 changed files with 363 additions and 2450 deletions

View file

@ -41,8 +41,6 @@ extern NativeWindowFactory X11WindowFactory;
support to the build system, which is a little tricky. You can uncomment
it manually though and link testnativecocoa.m into the test application.
*/
#if 1
#define TEST_NATIVE_COCOA
extern NativeWindowFactory CocoaWindowFactory;
#endif
#endif