Commit 381f99a3fde8ea4b28276607024db0dcffdb9f33

Sylvain 2021-11-23T10:58:04

Fix warnings: re-add enum forward declaration

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/video/wayland/SDL_waylanddyn.h b/src/video/wayland/SDL_waylanddyn.h
index aacfacf..13b0884 100644
--- a/src/video/wayland/SDL_waylanddyn.h
+++ b/src/video/wayland/SDL_waylanddyn.h
@@ -42,6 +42,9 @@ struct libdecor_state;
 struct libdecor_configuration;
 struct libdecor_interface;
 struct libdecor_frame_interface;
+enum libdecor_resize_edge;
+enum libdecor_capabilities;
+enum libdecor_window_state;
 
 #include <stdint.h>
 #include "wayland-cursor.h"