From 5f3a14d3f6ccd74ac4bfb4736861f7fd9937eeb6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 5 Mar 2025 18:07:52 +0100 Subject: Rename window_wayland to wayland and window_x11 to x11 --- include/window/wayland.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/window/wayland.h (limited to 'include/window/wayland.h') diff --git a/include/window/wayland.h b/include/window/wayland.h new file mode 100644 index 0000000..3535b0f --- /dev/null +++ b/include/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 */ -- cgit v1.2.3-70-g09d2