diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-04-26 13:21:43 +0000 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-25 18:05:41 +0200 |
commit | d7ee181fd9fbe296662c6831103a39b4656e0e62 (patch) | |
tree | 262ebea03a11710a6373a1d00cb211a84b7a1ace /testing/mutter/fix-format-error.patch | |
parent | b31e59f7a01e2a96778fffd5cd17f672bee78e26 (diff) | |
download | aports-d7ee181fd9fbe296662c6831103a39b4656e0e62.tar.bz2 aports-d7ee181fd9fbe296662c6831103a39b4656e0e62.tar.xz |
testing/mutter: update to 3.32.2
Closes: GH-7379
Diffstat (limited to 'testing/mutter/fix-format-error.patch')
-rw-r--r-- | testing/mutter/fix-format-error.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mutter/fix-format-error.patch b/testing/mutter/fix-format-error.patch deleted file mode 100644 index 251425fada..0000000000 --- a/testing/mutter/fix-format-error.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mutter-3.24.2.orig/src/backends/meta-input-settings.c -+++ mutter-3.24.2/src/backends/meta-input-settings.c -@@ -1107,7 +1107,7 @@ - } - else - { -- path = g_strdup_printf ("/org/gnome/desktop/peripherals/stylus/%lx/", serial); -+ path = g_strdup_printf ("/org/gnome/desktop/peripherals/stylus/%" G_GUINT64_FORMAT "/", serial); - } - - tool_settings = |