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/x11.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/window/x11.h (limited to 'include/window/x11.h') diff --git a/include/window/x11.h b/include/window/x11.h new file mode 100644 index 0000000..e0c2948 --- /dev/null +++ b/include/window/x11.h @@ -0,0 +1,10 @@ +#ifndef GSR_WINDOW_X11_H +#define GSR_WINDOW_X11_H + +#include "window.h" + +typedef struct _XDisplay Display; + +gsr_window* gsr_window_x11_create(Display *display); + +#endif /* GSR_WINDOW_X11_H */ -- cgit v1.2.3-70-g09d2