summaryrefslogtreecommitdiff
path: root/remoting
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2019-07-16 23:11:25 +0300
committerDaniel Stone <daniel@fooishbar.org>2019-07-18 06:43:38 +0000
commite41c1bff11be384eed00a8c061cb9244788a76b6 (patch)
tree0921c7c86a4490d9a99e47b76901dbdbfe828c59 /remoting
parent0260fed3c776e3597cba60952e9bf7e02a5a92b6 (diff)
downloadweston-e41c1bff11be384eed00a8c061cb9244788a76b6.tar.gz
libweston: Introduce backend.h
Introduce a new private header file that only internal backends are allowed to use. Starts by migrating functions that operate on the 'struct weston_head'. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting-plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting-plugin.c b/remoting/remoting-plugin.c
index e21845fe..c05977eb 100644
--- a/remoting/remoting-plugin.c
+++ b/remoting/remoting-plugin.c
@@ -47,6 +47,7 @@
#include <libweston/backend-drm.h>
#include "shared/helpers.h"
#include "shared/timespec-util.h"
+#include "backend.h"
#include "libweston-internal.h"
#define MAX_RETRY_COUNT 3