|
|
|
|
@ -439,7 +439,12 @@ Sdl2Application::Configuration::Configuration():
|
|
|
|
|
#if !defined(CORRADE_TARGET_EMSCRIPTEN) && !defined(CORRADE_TARGET_IOS) |
|
|
|
|
_title("Magnum SDL2 Application"), |
|
|
|
|
#endif |
|
|
|
|
_size(800, 600), _windowFlags{}, _sampleCount(0) |
|
|
|
|
#ifndef CORRADE_TARGET_IOS |
|
|
|
|
_size{800, 600}, |
|
|
|
|
#else |
|
|
|
|
_size{}, /* SDL2 detects someting for us */ |
|
|
|
|
#endif |
|
|
|
|
_windowFlags{}, _sampleCount(0) |
|
|
|
|
#ifndef CORRADE_TARGET_EMSCRIPTEN |
|
|
|
|
, _version(Version::None), _sRGBCapable{false} |
|
|
|
|
#endif |
|
|
|
|
|