diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/chester/patches | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/chester/patches')
-rw-r--r-- | Ports/chester/patches/0001-Disable-SDL-accelerated-rendering.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Ports/chester/patches/0001-Disable-SDL-accelerated-rendering.patch b/Ports/chester/patches/0001-Disable-SDL-accelerated-rendering.patch index 205558a1d9..4a5eea64a1 100644 --- a/Ports/chester/patches/0001-Disable-SDL-accelerated-rendering.patch +++ b/Ports/chester/patches/0001-Disable-SDL-accelerated-rendering.patch @@ -1,4 +1,4 @@ -From e04b0fad889f05382a80fd5ac4bd3561afb1c058 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 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 @@ -30,6 +30,3 @@ index cfd46b8..fc47912 100644 if (sdl_graphics_ptr->renderer == NULL) { --- -2.36.1 - |