mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Ports: Update chester's patches to use git patches
This commit is contained in:
parent
4874465018
commit
57a98258aa
Notes:
sideshowbarker
2024-07-17 10:52:05 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/57a98258aa Pull-request: https://github.com/SerenityOS/serenity/pull/14055 Reviewed-by: https://github.com/danners Reviewed-by: https://github.com/timschumi
2 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
From e04b0fad889f05382a80fd5ac4bd3561afb1c058 Mon Sep 17 00:00:00 2001
|
||||
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
Date: Tue, 30 Mar 2021 17:26:39 +0200
|
||||
Subject: [PATCH] Disable SDL accelerated rendering
|
||||
|
||||
That's not supported on serenity.
|
||||
---
|
||||
src/app/main.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/app/main.c b/src/app/main.c
|
||||
index cfd46b8..fc47912 100644
|
||||
--- a/src/app/main.c
|
||||
|
@ -20,3 +30,6 @@ index cfd46b8..fc47912 100644
|
|||
|
||||
if (sdl_graphics_ptr->renderer == NULL)
|
||||
{
|
||||
--
|
||||
2.36.1
|
||||
|
8
Ports/chester/patches/ReadMe.md
Normal file
8
Ports/chester/patches/ReadMe.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Patches for chester on SerenityOS
|
||||
|
||||
## `0001-Disable-SDL-accelerated-rendering.patch`
|
||||
|
||||
Disable SDL accelerated rendering
|
||||
|
||||
That's not supported on serenity.
|
||||
|
Loading…
Reference in a new issue