summaryrefslogtreecommitdiff
path: root/Ports/pt2-clone/patches
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-05 03:05:04 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 17:58:36 +0100
commitd426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch)
treec3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/pt2-clone/patches
parentd69a79b03b8f2853b60773e38553d662a01ac269 (diff)
downloadserenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/pt2-clone/patches')
-rw-r--r--Ports/pt2-clone/patches/0001-Remove-output-path-from-CMakeLists.patch7
-rw-r--r--Ports/pt2-clone/patches/0002-Hacky-Mouse.patch7
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/pt2-clone/patches/0001-Remove-output-path-from-CMakeLists.patch b/Ports/pt2-clone/patches/0001-Remove-output-path-from-CMakeLists.patch
index 20d471d7bf..4fef5de18f 100644
--- a/Ports/pt2-clone/patches/0001-Remove-output-path-from-CMakeLists.patch
+++ b/Ports/pt2-clone/patches/0001-Remove-output-path-from-CMakeLists.patch
@@ -1,7 +1,7 @@
-From cffb5fae8afd6a7272fd71665882b2b41b756d13 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: EWouters <6179932+EWouters@users.noreply.github.com>
Date: Tue, 5 Apr 2022 14:41:31 +0200
-Subject: [PATCH 1/2] Remove output path from CMakeLists
+Subject: [PATCH] Remove output path from CMakeLists
---
CMakeLists.txt | 1 -
@@ -19,6 +19,3 @@ index b391653..0d42019 100644
file(GLOB pt2-clone_SRC
"${pt2-clone_SOURCE_DIR}/src/*.c"
---
-2.32.0 (Apple Git-132)
-
diff --git a/Ports/pt2-clone/patches/0002-Hacky-Mouse.patch b/Ports/pt2-clone/patches/0002-Hacky-Mouse.patch
index 1c44c848af..a7f5341950 100644
--- a/Ports/pt2-clone/patches/0002-Hacky-Mouse.patch
+++ b/Ports/pt2-clone/patches/0002-Hacky-Mouse.patch
@@ -1,7 +1,7 @@
-From eec08d29c64513c6ebba4af8a367c61aa7bfa1fa Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: EWouters <6179932+EWouters@users.noreply.github.com>
Date: Tue, 5 Apr 2022 14:55:01 +0200
-Subject: [PATCH 2/2] Hacky Mouse
+Subject: [PATCH] Hacky Mouse
Set video.useDesktopMouseCoords to false.
---
@@ -21,6 +21,3 @@ index 40527f5..0b73b9a 100644
const char *videoDriver = SDL_GetCurrentVideoDriver();
if (videoDriver != NULL && (strcmp("KMSDRM", videoDriver) == 0 || strcmp("wayland", videoDriver) == 0))
video.useDesktopMouseCoords = false;
---
-2.32.0 (Apple Git-132)
-