mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:27:35 +00:00
Ports/sdl12-compat: Update sdl12-compat to version 1.2.64
This commit is contained in:
parent
c56fe70d3a
commit
b5fd70c7b3
3 changed files with 5 additions and 5 deletions
|
@ -12,10 +12,10 @@ but disabling fullscreen at this point fixes the flickering.
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c
|
||||
index 2dddc16937882f66c315f099f506704851b32d8e..57ace97794e7507d228f1dd076202d3aa22810c6 100644
|
||||
index 8d07936f35df5f0874e7f8466e79cb9af0397d93..1915ab718f3fa1d40bd168a119e0f19617ab0fc5 100644
|
||||
--- a/src/SDL12_compat.c
|
||||
+++ b/src/SDL12_compat.c
|
||||
@@ -5894,7 +5894,7 @@ SDL_SetVideoMode(int width, int height, int bpp, Uint32 flags12)
|
||||
@@ -6167,7 +6167,7 @@ SetVideoModeImpl(int width, int height, int bpp, Uint32 flags12)
|
||||
SDL20_SetWindowFullscreen(VideoWindow20, fullscreen_flags20);
|
||||
SDL20_SetWindowSize(VideoWindow20, width, height); /* not scaled_width, scaled_height */
|
||||
if (was_fullscreen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue