aboutsummaryrefslogtreecommitdiff
path: root/include/backend/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r--include/backend/x11.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h
new file mode 100644
index 00000000..2f319672
--- /dev/null
+++ b/include/backend/x11.h
@@ -0,0 +1,8 @@
+#ifndef WLR_X11_H
+#define WLR_X11_H
+
+struct wlr_x11_backend {
+ struct wlr_backend backend;
+};
+
+#endif