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
+1 -1
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)