Rename zalloc.h to libweston/zalloc.h
It is a public installed header used by libweston.h. See "Rename compositor.h to libweston/libweston.h" for rationale. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#include <libweston/config-parser.h>
|
||||
#include "shared/helpers.h"
|
||||
#include "shared/xalloc.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "shared/file-util.h"
|
||||
|
||||
#include "weston-desktop-shell-client-protocol.h"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include <wayland-client.h>
|
||||
#include "window.h"
|
||||
#include "fullscreen-shell-unstable-v1-client-protocol.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
|
||||
struct fs_output {
|
||||
struct wl_list link;
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include "shared/helpers.h"
|
||||
#include "shared/os-compatibility.h"
|
||||
#include "shared/xalloc.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "shared/file-util.h"
|
||||
#include "ivi-application-client-protocol.h"
|
||||
#include "ivi-hmi-controller-client-protocol.h"
|
||||
|
||||
+3
-3
@@ -132,7 +132,7 @@ foreach t : simple_clients
|
||||
|
||||
executable(
|
||||
t_name, t.get('sources'),
|
||||
include_directories: include_directories('..'),
|
||||
include_directories: [ include_directories('..'), public_inc ],
|
||||
dependencies: t_deps,
|
||||
install: true
|
||||
)
|
||||
@@ -215,7 +215,7 @@ foreach t : tools_list
|
||||
executable(
|
||||
'weston-@0@'.format(t.get('name')),
|
||||
t.get('sources'),
|
||||
include_directories: include_directories('..', '../shared'),
|
||||
include_directories: [ include_directories('..', '../shared'), public_inc ],
|
||||
dependencies: t.get('deps', []),
|
||||
install: true
|
||||
)
|
||||
@@ -328,7 +328,7 @@ if simple_dmabuf_drm_deps.length() > 0
|
||||
fullscreen_shell_unstable_v1_protocol_c,
|
||||
linux_dmabuf_unstable_v1_client_protocol_h,
|
||||
linux_dmabuf_unstable_v1_protocol_c,
|
||||
include_directories: include_directories('..'),
|
||||
include_directories: [ include_directories('..'), public_inc ],
|
||||
dependencies: [
|
||||
dep_wayland_client,
|
||||
dep_libdrm,
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include <wayland-client.h>
|
||||
#include "shared/os-compatibility.h"
|
||||
#include "shared/xalloc.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
|
||||
struct device {
|
||||
enum { KEYBOARD, POINTER } type;
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
#include <wayland-client.h>
|
||||
#include "shared/helpers.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "shared/timespec-util.h"
|
||||
#include "shared/os-compatibility.h"
|
||||
#include "presentation-time-client-protocol.h"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
#include <wayland-client.h>
|
||||
#include "shared/os-compatibility.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "xdg-shell-client-protocol.h"
|
||||
#include "fullscreen-shell-unstable-v1-client-protocol.h"
|
||||
#include "viewporter-client-protocol.h"
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#include <wayland-client.h>
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "xdg-shell-client-protocol.h"
|
||||
#include "fullscreen-shell-unstable-v1-client-protocol.h"
|
||||
#include "linux-dmabuf-unstable-v1-client-protocol.h"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <wayland-client.h>
|
||||
#include "shared/helpers.h"
|
||||
#include "shared/platform.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "xdg-shell-unstable-v6-client-protocol.h"
|
||||
#include "fullscreen-shell-unstable-v1-client-protocol.h"
|
||||
#include "linux-dmabuf-unstable-v1-client-protocol.h"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <linux/input.h>
|
||||
|
||||
#include <wayland-client.h>
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "xdg-shell-client-protocol.h"
|
||||
#include "fullscreen-shell-unstable-v1-client-protocol.h"
|
||||
#include "linux-dmabuf-unstable-v1-client-protocol.h"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
#include <wayland-client.h>
|
||||
#include "shared/os-compatibility.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "xdg-shell-client-protocol.h"
|
||||
#include "fullscreen-shell-unstable-v1-client-protocol.h"
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include "shared/helpers.h"
|
||||
#include "shared/xalloc.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "window.h"
|
||||
|
||||
#if 0
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "shared/helpers.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "weston-debug-client-protocol.h"
|
||||
|
||||
struct debug_app {
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "shared/helpers.h"
|
||||
#include "shared/os-compatibility.h"
|
||||
#include "shared/xalloc.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "presentation-time-client-protocol.h"
|
||||
#include "linux-dmabuf-unstable-v1-client-protocol.h"
|
||||
#include "tablet-unstable-v2-client-protocol.h"
|
||||
|
||||
+1
-1
@@ -73,7 +73,7 @@ typedef void *EGLContext;
|
||||
#include "shared/cairo-util.h"
|
||||
#include "shared/helpers.h"
|
||||
#include "shared/xalloc.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "xdg-shell-client-protocol.h"
|
||||
#include "text-cursor-position-client-protocol.h"
|
||||
#include "pointer-constraints-unstable-v1-client-protocol.h"
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
#include <wayland-client.h>
|
||||
#include <cairo.h>
|
||||
#include <libweston/config-parser.h>
|
||||
#include "shared/zalloc.h"
|
||||
#include <libweston/zalloc.h>
|
||||
#include "shared/platform.h"
|
||||
|
||||
struct window;
|
||||
|
||||
Reference in New Issue
Block a user