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/tuxracer/patches/ReadMe.md | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/tuxracer/patches/ReadMe.md')
-rw-r--r-- | Ports/tuxracer/patches/ReadMe.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Ports/tuxracer/patches/ReadMe.md b/Ports/tuxracer/patches/ReadMe.md index 254c3c2b96..ddc4bcc31d 100644 --- a/Ports/tuxracer/patches/ReadMe.md +++ b/Ports/tuxracer/patches/ReadMe.md @@ -2,13 +2,16 @@ ## `0001-Fix-config-macro-reference-syntax.patch` -Fix macro definitions using old syntax for referring to struct fields +Fix config macro reference syntax + ## `0002-Disable-full-screen.patch` -Disable full screen by default (start in windowed mode) +Disable full screen + ## `0003-Exit-event-loop-on-SDL_QUIT-event.patch` -Check for SDL_QUIT event and exit on its reception -Allows the game to close from the window button instead from the menu only +Exit event loop on SDL_QUIT event + + |