summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch')
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch b/meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch
deleted file mode 100644
index 541b5c9c84..0000000000
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch
+++ /dev/null
@@ -1,41 +0,0 @@
1From 8a8f8446e803cad04d7bbceaab78ee45d9778c3c Mon Sep 17 00:00:00 2001
2From: Adrian Bunk <bunk@stusta.de>
3Date: Tue, 12 May 2020 09:44:05 +0300
4Subject: Fix build with gcc 10
5
6Upstream-Status: Pending
7Signed-off-by: Adrian Bunk <bunk@stusta.de>
8---
9 src/mbtheme.h | 2 +-
10 src/structs.h | 2 +-
11 2 files changed, 2 insertions(+), 2 deletions(-)
12
13diff --git a/src/mbtheme.h b/src/mbtheme.h
14index aa9a7c5..ad03bde 100644
15--- a/src/mbtheme.h
16+++ b/src/mbtheme.h
17@@ -46,7 +46,7 @@ typedef struct _mb_theme_param
18
19 } MBThemeParam;
20
21-enum {
22+typedef enum {
23 LAYER_GRADIENT_HORIZ = 1,
24 LAYER_GRADIENT_VERT,
25 LAYER_LABEL,
26diff --git a/src/structs.h b/src/structs.h
27index 24985e7..8f53e72 100644
28--- a/src/structs.h
29+++ b/src/structs.h
30@@ -148,7 +148,7 @@
31
32 /* Atoms, if you change these check ewmh_init() first */
33
34-enum {
35+typedef enum {
36 WM_STATE = 0,
37 WM_CHANGE_STATE,
38 WM_PROTOCOLS,
39--
402.17.1
41