1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 02:07:34 +00:00

Ports/angband: Update to Angband 4.2.5

This commit is contained in:
Tim Schumacher 2023-10-06 13:58:31 +02:00 committed by Andreas Kling
parent 5c744a9fb0
commit fd157b9a71
5 changed files with 21 additions and 96 deletions

View file

@ -9,10 +9,10 @@ We don't support this, so disable it.
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/main-sdl2.c b/src/main-sdl2.c
index a678c29..51a343c 100644
index e3dd1c791cb2f78adf1d29ad7c26b2a91873750d..3356ff22481bcae78653940aa97f954bd811e3ee 100644
--- a/src/main-sdl2.c
+++ b/src/main-sdl2.c
@@ -4867,7 +4867,7 @@ static void start_window(struct window *window)
@@ -5298,7 +5298,7 @@ static void start_window(struct window *window)
if (window->config == NULL) {
window->renderer = SDL_CreateRenderer(window->window,
@ -21,7 +21,7 @@ index a678c29..51a343c 100644
} else {
/* this is necessary for subwindows to have their own textures */
window->config->renderer_flags |= SDL_RENDERER_TARGETTEXTURE;
@@ -5894,9 +5894,7 @@ static enum parser_error config_window_renderer(struct parser *parser)
@@ -6386,9 +6386,7 @@ static enum parser_error config_window_renderer(struct parser *parser)
WINDOW_INIT_OK;
const char *type = parser_getsym(parser, "type");