aboutsummaryrefslogtreecommitdiff
path: root/include/window/window_x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/window/window_x11.h')
-rw-r--r--include/window/window_x11.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/window/window_x11.h b/include/window/window_x11.h
new file mode 100644
index 0000000..e0c2948
--- /dev/null
+++ b/include/window/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 */