Explorar o código

Fix warnings: re-add enum forward declaration

Sylvain %!s(int64=4) %!d(string=hai) anos
pai
achega
381f99a3fd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/video/wayland/SDL_waylanddyn.h

+ 3 - 0
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"