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:
+6
-6
@@ -55,12 +55,12 @@
|
||||
#include "version.h"
|
||||
#include "weston.h"
|
||||
|
||||
#include "compositor-drm.h"
|
||||
#include "compositor-headless.h"
|
||||
#include "compositor-rdp.h"
|
||||
#include "compositor-fbdev.h"
|
||||
#include "compositor-x11.h"
|
||||
#include "compositor-wayland.h"
|
||||
#include <libweston/backend-drm.h>
|
||||
#include <libweston/backend-headless.h>
|
||||
#include <libweston/backend-rdp.h>
|
||||
#include <libweston/backend-fbdev.h>
|
||||
#include <libweston/backend-x11.h>
|
||||
#include <libweston/backend-wayland.h>
|
||||
#include "windowed-output-api.h"
|
||||
#include "weston-debug.h"
|
||||
#include "../remoting/remoting-plugin.h"
|
||||
|
||||
Reference in New Issue
Block a user