diff options
author | emersion <contact@emersion.fr> | 2018-11-13 07:53:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 07:53:43 +0100 |
commit | df7d4a71fb52d47279a93ee398220ff63d916ab7 (patch) | |
tree | 29d08a6cfdd92ed2b12ebf1139164fbb79f7ce78 /include/wlr | |
parent | 4aff85cc8e6f90e60522a7a830424e41a6f06b77 (diff) | |
parent | d3ee69f76bbc8b71a79840c047fa7a6144ddc628 (diff) |
Merge pull request #1368 from ascent12/x11_backend
X11 backend improvements
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/backend/x11.h | 2 | ||||
-rw-r--r-- | include/wlr/config.h.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/wlr/backend/x11.h b/include/wlr/backend/x11.h index 56360bf7..5793a3b9 100644 --- a/include/wlr/backend/x11.h +++ b/include/wlr/backend/x11.h @@ -2,7 +2,9 @@ #define WLR_BACKEND_X11_H #include <stdbool.h> + #include <wayland-server.h> + #include <wlr/backend.h> #include <wlr/types/wlr_input_device.h> #include <wlr/types/wlr_output.h> diff --git a/include/wlr/config.h.in b/include/wlr/config.h.in index 17277c07..94273fac 100644 --- a/include/wlr/config.h.in +++ b/include/wlr/config.h.in @@ -12,6 +12,5 @@ #mesondefine WLR_HAS_XCB_ERRORS #mesondefine WLR_HAS_XCB_ICCCM -#mesondefine WLR_HAS_XCB_XKB #endif |