summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDerek Foreman <derek.foreman@collabora.com>2023-07-20 14:42:55 -0500
committerDerek Foreman <derek.foreman@collabora.com>2023-07-20 14:42:55 -0500
commit550c4c3dbc49d2b04b48256b0b33bf638e32c1ab (patch)
tree28f114230a0025dbc6c7dcdec6d416ca62025230 /include
parentc4d24c01b30b244e676c919edfd900a27a2a144b (diff)
libweston: Remove plane clip
Currently this isn't calculated properly, and results in clipping away important damage when a client moves from a non-primary plane to the primary plane. Instead of trying to fix it, let's just throw it away. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/libweston/libweston.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h
index 77371f5c..f4641c44 100644
--- a/include/libweston/libweston.h
+++ b/include/libweston/libweston.h
@@ -444,7 +444,6 @@ enum weston_output_power_state {
struct weston_plane {
struct weston_compositor *compositor;
- pixman_region32_t clip;
int32_t x, y;
struct wl_list link;
};