diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2021-01-15 22:09:59 +0000 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2021-01-15 22:09:59 +0000 |
commit | 53485db7d6602b4b2819573f0c6baca19cb9f7b0 (patch) | |
tree | dce604371929730242da16347d34d09f3393f4b9 /desktop/i3-gaps/i3-gaps.patch | |
parent | e7c656112567494a39b046318b4a6ce20b75c311 (diff) |
desktop/i3-gaps: Updated for version 4.18.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'desktop/i3-gaps/i3-gaps.patch')
-rw-r--r-- | desktop/i3-gaps/i3-gaps.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/desktop/i3-gaps/i3-gaps.patch b/desktop/i3-gaps/i3-gaps.patch index 932e8a4d4a3df..cf23d503d13ef 100644 --- a/desktop/i3-gaps/i3-gaps.patch +++ b/desktop/i3-gaps/i3-gaps.patch @@ -1,5 +1,5 @@ ---- i3-4.18.2/include/libi3.h 2020-07-26 10:35:49.000000000 +0200 -+++ i3-4.18.2/include/libi3.h.new 2020-09-21 09:53:05.502446300 +0200 +--- i3-4.18.3/include/libi3.h 2020-10-20 17:06:25.000000000 +0900 ++++ i3-4.18.3.patched/include/libi3.h 2021-01-09 16:11:52.571112045 +0900 @@ -341,7 +341,7 @@ */ uint32_t get_colorpixel(const char *hex) __attribute__((const)); @@ -9,8 +9,9 @@ /** * Taken from FreeBSD * Returns a pointer to a new string which is a duplicate of the ---- i3-4.18.2/libi3/strndup.c 2020-07-26 10:35:49.000000000 +0200 -+++ i3-4.18.2/libi3/strndup.c.new 2020-09-21 09:51:37.792446300 +0200 +diff --color -ruN i3-4.18.3/libi3/strndup.c i3-4.18.3.patched/libi3/strndup.c +--- i3-4.18.3/libi3/strndup.c 2020-10-20 17:06:25.000000000 +0900 ++++ i3-4.18.3.patched/libi3/strndup.c 2021-01-09 16:12:46.972114812 +0900 @@ -10,7 +10,7 @@ #include <sys/types.h> #include <string.h> |