From d7ee181fd9fbe296662c6831103a39b4656e0e62 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 26 Apr 2019 13:21:43 +0000 Subject: testing/mutter: update to 3.32.2 Closes: GH-7379 --- testing/mutter/fix-format-error.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 testing/mutter/fix-format-error.patch (limited to 'testing/mutter/fix-format-error.patch') 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 = -- cgit v1.2.3