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

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,14 +1,14 @@
From 99e0390e8974a0f0438fb95665edc910ef176883 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Grigoris Pavlakis <grigpavl@ece.auth.gr>
Date: Mon, 30 May 2022 01:54:22 +0300
Subject: [PATCH 3/3] Exit event loop on SDL_QUIT event
Subject: [PATCH] Exit event loop on SDL_QUIT event
---
src/winsys.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/winsys.c b/src/winsys.c
index d932a1d..95eeefa 100644
index d932a1d..5385cb7 100644
--- a/src/winsys.c
+++ b/src/winsys.c
@@ -392,6 +392,10 @@ void winsys_process_events()
@ -22,6 +22,3 @@ index d932a1d..95eeefa 100644
}
SDL_LockAudio();
--
2.36.1