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>
This commit is contained in:
Pekka Paalanen
2019-03-29 16:39:12 +02:00
parent 3d5d9476e3
commit 7571027f17
16 changed files with 26 additions and 19 deletions
+1 -1
View File
@@ -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"