mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-22 23:35:39 +00:00
SDL_CreateWindow() has been simplified and no longer takes a window position.
This commit is contained in:
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
/*
|
||||
//SDL_CreateWindow("Dummy", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 128, 128, 0);
|
||||
//SDL_CreateWindow("Dummy", 128, 128, 0);
|
||||
*/
|
||||
|
||||
SDL_free(SDL_GetJoysticks(&num_joysticks));
|
||||
|
||||
Reference in New Issue
Block a user