[RCAR] disable a default config in kernel
[AGL/meta-agl.git] / meta-agl-profile-graphical / recipes-graphics / wayland / weston / 0001-libweston-Expose-weston_output_damage-in-libweston.patch
1 From 7e5fb58591a29d60657158262a0772796bfd3461 Mon Sep 17 00:00:00 2001
2 From: Marius Vlad <marius.vlad@collabora.com>
3 Date: Wed, 12 Feb 2020 13:18:19 +0200
4 Subject: [PATCH] libweston: Expose weston_output_damage() in libweston
5
6 We have weston_compositor_damage_all() exported and declared but users
7 might need weston_output_damage() to refer to an individual output. The
8 symbol already exported so just declare it.
9
10 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
11 ---
12  include/libweston/libweston.h | 2 ++
13  1 file changed, 2 insertions(+)
14
15 diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h
16 index 1439775e..9fac5be0 100644
17 --- a/include/libweston/libweston.h
18 +++ b/include/libweston/libweston.h
19 @@ -1604,6 +1604,8 @@ weston_compositor_schedule_repaint(struct weston_compositor *compositor);
20  void
21  weston_compositor_damage_all(struct weston_compositor *compositor);
22  void
23 +weston_output_damage(struct weston_output *woutput);
24 +void
25  weston_compositor_wake(struct weston_compositor *compositor);
26  void
27  weston_compositor_sleep(struct weston_compositor *compositor);
28 -- 
29 2.20.1
30