libweston: Add weston-debug header to libweston

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2019-04-29 13:27:47 +03:00 committed by Daniel Stone
parent 6f098663c0
commit f4f4c2bcf1
7 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@
#include <libweston/backend-x11.h>
#include <libweston/backend-wayland.h>
#include <libweston/windowed-output-api.h>
#include "weston-debug.h"
#include <libweston/weston-debug.h>
#include "../remoting/remoting-plugin.h"
#define WINDOW_TITLE "Weston Compositor"

View File

@ -32,7 +32,7 @@
#include "weston.h"
#include "weston-screenshooter-server-protocol.h"
#include "shared/helpers.h"
#include "weston-debug.h"
#include <libweston/weston-debug.h>
struct screenshooter {
struct weston_compositor *ec;

View File

@ -52,7 +52,7 @@
#include <libweston/libweston.h>
#include <libweston/backend-drm.h>
#include "weston-debug.h"
#include <libweston/weston-debug.h>
#include "shared/helpers.h"
#include "shared/timespec-util.h"
#include "renderer-gl/gl-renderer.h"

View File

@ -56,7 +56,7 @@
#include "timeline.h"
#include <libweston/libweston.h>
#include "weston-debug.h"
#include <libweston/weston-debug.h>
#include "linux-dmabuf.h"
#include "viewporter-server-protocol.h"
#include "presentation-time-server-protocol.h"

View File

@ -26,7 +26,7 @@
#include "config.h"
#include "weston-debug.h"
#include <libweston/weston-debug.h>
#include "helpers.h"
#include <libweston/libweston.h>

View File

@ -33,7 +33,7 @@
#include <libweston/libweston.h>
#include "compositor/weston.h"
#include <libweston/xwayland-api.h>
#include "weston-debug.h"
#include <libweston/weston-debug.h>
#define SEND_EVENT_MASK (0x80)
#define EVENT_TYPE(event) ((event)->response_type & ~SEND_EVENT_MASK)