diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-19 19:49:46 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-19 20:13:49 +0100 |
commit | f83b16bc17ab9a95c23d235416acc2c26daa640d (patch) | |
tree | bec7063a1fb14c222c3ea3d9d7f08877aee2b1e9 /include/backend/x11.h | |
parent | 3e228b0b2ac6fbeee544764aa1c3aa1e7e501af1 (diff) |
x11 backend: add wlr_output_is_x11
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r-- | include/backend/x11.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index 31a5138b..b845a41a 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -6,7 +6,6 @@ #include <X11/Xlib-xcb.h> #include <wayland-server.h> #include <wlr/render/egl.h> -#include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> struct wlr_x11_backend; |