libweston: Add weston-debug header to libweston

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
dev
Marius Vlad 5 years ago committed by Daniel Stone
parent 6f098663c0
commit f4f4c2bcf1
  1. 2
      compositor/main.c
  2. 2
      compositor/weston-screenshooter.c
  3. 0
      include/libweston/weston-debug.h
  4. 2
      libweston/compositor-drm.c
  5. 2
      libweston/compositor.c
  6. 2
      libweston/weston-debug.c
  7. 2
      xwayland/xwayland.h

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

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

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

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

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

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

Loading…
Cancel
Save