SDL_CreateWindow() has been simplified and no longer takes a window position.

This commit is contained in:
Sam Lantinga
2023-03-05 14:44:38 -08:00
parent 7905254087
commit 698dbd8464
51 changed files with 106 additions and 326 deletions
+12
View File
@@ -2517,3 +2517,15 @@ SDL_Event *e1;
@@
- e1->csensor
+ e1->gsensor
@@
expression e1, e2, e3, e4;
constant c1, c2;
@@
- SDL_CreateWindow(e1, c1, c2, e2, e3, e4)
+ SDL_CreateWindow(e1, e2, e3, e4)
@@
expression e1, e2, e3, e4;
constant c1, c2;
@@
- SDL_CreateShapedWindow(e1, c1, c2, e2, e3, e4)
+ SDL_CreateShapedWindow(e1, e2, e3, e4)