mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 07:00:09 +01:00
libweston: Add weston-debug header to libweston
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
6f098663c0
commit
f4f4c2bcf1
7 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include "weston-debug.h"
|
||||
#include <libweston/weston-debug.h>
|
||||
#include "helpers.h"
|
||||
#include <libweston/libweston.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue