aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-11-13 07:53:43 +0100
committerGitHub <noreply@github.com>2018-11-13 07:53:43 +0100
commitdf7d4a71fb52d47279a93ee398220ff63d916ab7 (patch)
tree29d08a6cfdd92ed2b12ebf1139164fbb79f7ce78 /include/wlr/backend
parent4aff85cc8e6f90e60522a7a830424e41a6f06b77 (diff)
parentd3ee69f76bbc8b71a79840c047fa7a6144ddc628 (diff)
Merge pull request #1368 from ascent12/x11_backend
X11 backend improvements
Diffstat (limited to 'include/wlr/backend')
-rw-r--r--include/wlr/backend/x11.h2
1 files changed, 2 insertions, 0 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>