aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/x11.h
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2022-03-03 09:43:38 -0500
committerKirill Primak <vyivel@eclair.cafe>2022-03-07 16:37:41 +0000
commitcfed039c9a353cff5d8c3c678d7eb272c887de77 (patch)
treeac6e617cda2658d534fc9081d5c985e6cbc9c1b0 /include/wlr/backend/x11.h
parent1bb2631c5c05e4b74c1a3163ab030ae42c7d8fe8 (diff)
types/wlr_input_device: move init and finish function to private API
Diffstat (limited to 'include/wlr/backend/x11.h')
-rw-r--r--include/wlr/backend/x11.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wlr/backend/x11.h b/include/wlr/backend/x11.h
index 90918f3f..c6aaaf80 100644
--- a/include/wlr/backend/x11.h
+++ b/include/wlr/backend/x11.h
@@ -6,9 +6,10 @@
#include <wayland-server-core.h>
#include <wlr/backend.h>
-#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_output.h>
+struct wlr_input_device;
+
/**
* Creates a new wlr_x11_backend. This backend will be created with no outputs;
* you must use wlr_x11_output_create to add them.