summaryrefslogtreecommitdiff
path: root/remoting
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2019-03-29 16:39:12 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2019-04-18 12:31:46 +0300
commit7571027f177ec038874ae261d79b672acae1f4ae (patch)
treeff49f1eea9ad5d7b97440054c690740db74fbdb3 /remoting
parent3d5d9476e3d184ae1fe7d36996e78d788a2922a8 (diff)
downloadweston-7571027f177ec038874ae261d79b672acae1f4ae.tar.gz
Rename public backend headers
The backend headers are renamed from compositor-foo.h to backend-foo.h to better describe their purpose. These headers are public libweston API for each specific backend. The headers will also be used like #include <libweston/backend-drm.h> instead of #include <compositor-drm.h> to give them a more explicit namespace. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting-plugin.c b/remoting/remoting-plugin.c
index e99d61e1..00d1ac77 100644
--- a/remoting/remoting-plugin.c
+++ b/remoting/remoting-plugin.c
@@ -44,7 +44,7 @@
#include <gst/video/gstvideometa.h>
#include "remoting-plugin.h"
-#include "compositor-drm.h"
+#include <libweston/backend-drm.h>
#include "shared/helpers.h"
#include "shared/timespec-util.h"