aboutsummaryrefslogtreecommitdiff
path: root/include/window/window_wayland.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/window/window_wayland.h')
-rw-r--r--include/window/window_wayland.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/window/window_wayland.h b/include/window/window_wayland.h
new file mode 100644
index 0000000..3535b0f
--- /dev/null
+++ b/include/window/window_wayland.h
@@ -0,0 +1,8 @@
+#ifndef GSR_WINDOW_WAYLAND_H
+#define GSR_WINDOW_WAYLAND_H
+
+#include "window.h"
+
+gsr_window* gsr_window_wayland_create(void);
+
+#endif /* GSR_WINDOW_WAYLAND_H */