mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fix warnings: re-add enum forward declaration
This commit is contained in:
parent
dd6817b3b7
commit
381f99a3fd
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue