| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1 | 312 #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1 |
| 313 #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1 | 313 #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1 |
| 314 /* #undef SDL_VIDEO_DRIVER_NACL */ | 314 /* #undef SDL_VIDEO_DRIVER_NACL */ |
| 315 /* #undef SDL_VIDEO_DRIVER_VIVANTE */ | 315 /* #undef SDL_VIDEO_DRIVER_VIVANTE */ |
| 316 /* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */ | 316 /* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */ |
| 317 | 317 |
| 318 /* #undef SDL_VIDEO_RENDER_D3D */ | 318 /* #undef SDL_VIDEO_RENDER_D3D */ |
| 319 /* #undef SDL_VIDEO_RENDER_D3D11 */ | 319 /* #undef SDL_VIDEO_RENDER_D3D11 */ |
| 320 #define SDL_VIDEO_RENDER_OGL 1 | 320 #define SDL_VIDEO_RENDER_OGL 1 |
| 321 /* #undef SDL_VIDEO_RENDER_OGL_ES */ | 321 /* #undef SDL_VIDEO_RENDER_OGL_ES */ |
| 322 #define SDL_VIDEO_RENDER_OGL_ES2 1 | 322 /* #undef SDL_VIDEO_RENDER_OGL_ES2 */ |
| 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 /* #undef SDL_VIDEO_OPENGL_ES2 */ |
| 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 /* #undef SDL_VIDEO_OPENGL_EGL */ | 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 */ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 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 |