| OLD | NEW |
| 1 /* include/SDL_config.h. Generated from SDL_config.h.in by configure. */ | 1 /* include/SDL_config.h. Generated from SDL_config.h.in by configure. */ |
| 2 /* | 2 /* |
| 3 Simple DirectMedia Layer | 3 Simple DirectMedia Layer |
| 4 Copyright (C) 1997-2015 Sam Lantinga <slouken@libsdl.org> | 4 Copyright (C) 1997-2015 Sam Lantinga <slouken@libsdl.org> |
| 5 | 5 |
| 6 This software is provided 'as-is', without any express or implied | 6 This software is provided 'as-is', without any express or implied |
| 7 warranty. In no event will the authors be held liable for any damages | 7 warranty. In no event will the authors be held liable for any damages |
| 8 arising from the use of this software. | 8 arising from the use of this software. |
| 9 | 9 |
| 10 Permission is granted to anyone to use this software for any purpose, | 10 Permission is granted to anyone to use this software for any purpose, |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 /* #undef SDL_VIDEO_RENDER_OGL_ES */ | 321 /* #undef SDL_VIDEO_RENDER_OGL_ES */ |
| 322 #define SDL_VIDEO_RENDER_OGL_ES2 1 | 322 #define SDL_VIDEO_RENDER_OGL_ES2 1 |
| 323 /* #undef SDL_VIDEO_RENDER_DIRECTFB */ | 323 /* #undef SDL_VIDEO_RENDER_DIRECTFB */ |
| 324 | 324 |
| 325 /* Enable OpenGL support */ | 325 /* Enable OpenGL support */ |
| 326 #define SDL_VIDEO_OPENGL 1 | 326 #define SDL_VIDEO_OPENGL 1 |
| 327 /* #undef SDL_VIDEO_OPENGL_ES */ | 327 /* #undef SDL_VIDEO_OPENGL_ES */ |
| 328 #define SDL_VIDEO_OPENGL_ES2 1 | 328 #define SDL_VIDEO_OPENGL_ES2 1 |
| 329 /* #undef SDL_VIDEO_OPENGL_BGL */ | 329 /* #undef SDL_VIDEO_OPENGL_BGL */ |
| 330 /* #undef SDL_VIDEO_OPENGL_CGL */ | 330 /* #undef SDL_VIDEO_OPENGL_CGL */ |
| 331 #define SDL_VIDEO_OPENGL_EGL 1 | 331 /* #undef SDL_VIDEO_OPENGL_EGL */ |
| 332 #define SDL_VIDEO_OPENGL_GLX 1 | 332 #define SDL_VIDEO_OPENGL_GLX 1 |
| 333 /* #undef SDL_VIDEO_OPENGL_WGL */ | 333 /* #undef SDL_VIDEO_OPENGL_WGL */ |
| 334 /* #undef SDL_VIDEO_OPENGL_OSMESA */ | 334 /* #undef SDL_VIDEO_OPENGL_OSMESA */ |
| 335 /* #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC */ | 335 /* #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC */ |
| 336 | 336 |
| 337 /* Enable system power support */ | 337 /* Enable system power support */ |
| 338 /* #undef SDL_POWER_LINUX */ | 338 /* #undef SDL_POWER_LINUX */ |
| 339 /* #undef SDL_POWER_WINDOWS */ | 339 /* #undef SDL_POWER_WINDOWS */ |
| 340 /* #undef SDL_POWER_MACOSX */ | 340 /* #undef SDL_POWER_MACOSX */ |
| 341 /* #undef SDL_POWER_HAIKU */ | 341 /* #undef SDL_POWER_HAIKU */ |
| 342 /* #undef SDL_POWER_ANDROID */ | 342 /* #undef SDL_POWER_ANDROID */ |
| 343 /* #undef SDL_POWER_EMSCRIPTEN */ | 343 /* #undef SDL_POWER_EMSCRIPTEN */ |
| 344 /* #undef SDL_POWER_HARDWIRED */ | 344 /* #undef SDL_POWER_HARDWIRED */ |
| 345 | 345 |
| 346 /* Enable system filesystem support */ | 346 /* Enable system filesystem support */ |
| 347 /* #undef SDL_FILESYSTEM_HAIKU */ | 347 /* #undef SDL_FILESYSTEM_HAIKU */ |
| 348 /* #undef SDL_FILESYSTEM_COCOA */ | 348 /* #undef SDL_FILESYSTEM_COCOA */ |
| 349 /* #undef SDL_FILESYSTEM_DUMMY */ | 349 /* #undef SDL_FILESYSTEM_DUMMY */ |
| 350 #define SDL_FILESYSTEM_UNIX 1 | 350 #define SDL_FILESYSTEM_UNIX 1 |
| 351 /* #undef SDL_FILESYSTEM_WINDOWS */ | 351 /* #undef SDL_FILESYSTEM_WINDOWS */ |
| 352 /* #undef SDL_FILESYSTEM_NACL */ | 352 /* #undef SDL_FILESYSTEM_NACL */ |
| 353 /* #undef SDL_FILESYSTEM_ANDROID */ | 353 /* #undef SDL_FILESYSTEM_ANDROID */ |
| 354 /* #undef SDL_FILESYSTEM_EMSCRIPTEN */ | 354 /* #undef SDL_FILESYSTEM_EMSCRIPTEN */ |
| 355 | 355 |
| 356 /* Enable assembly routines */ | 356 /* Enable assembly routines */ |
| 357 #define SDL_ASSEMBLY_ROUTINES 1 | 357 #define SDL_ASSEMBLY_ROUTINES 1 |
| 358 /* #undef SDL_ALTIVEC_BLITTERS */ | 358 /* #undef SDL_ALTIVEC_BLITTERS */ |
| 359 | 359 |
| 360 #endif /* _SDL_config_h */ | 360 #endif /* _SDL_config_h */ |
| OLD | NEW |