summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-10-22 16:16:47 +0300
committerDaniel Stone <daniels@collabora.com>2023-10-26 14:46:10 +0000
commitd18fd64a158a9c1b543ccd9a56f7f7e18d1cd733 (patch)
tree2f11dd89fefc16d8aa32303eb44cfbc668a11afc /include
parente193a178e806e4f341417e6317981e54af96e78b (diff)
libweston: Ignore subsurface offsets
Ignore any client-supplied offset to subsurface commits to keep the same consistency we find on other compositor. Fix: #829 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/libweston/libweston.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h
index d56f127a..0242903c 100644
--- a/include/libweston/libweston.h
+++ b/include/libweston/libweston.h
@@ -1978,6 +1978,8 @@ struct weston_subsurface {
/* Used for constructing the view tree */
struct wl_list unused_views;
+
+ struct weston_log_pacer subsurface_offset_pacer;
};
struct protected_surface {