SDL_CreateWindow() has been simplified and no longer takes a window position.
This commit is contained in:
@@ -77,7 +77,7 @@ test_multi_audio(int devcount)
|
||||
SDL_Event event;
|
||||
|
||||
/* Create a Window to get fully initialized event processing for testing pause on Android. */
|
||||
SDL_CreateWindow("testmultiaudio", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 320, 240, 0);
|
||||
SDL_CreateWindow("testmultiaudio", 320, 240, 0);
|
||||
#endif
|
||||
|
||||
if (devcount > 64) {
|
||||
|
||||
Reference in New Issue
Block a user