From 42d68d75324f33a1b65528ba6ea89ca9b624a201 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 29 Jun 2021 13:26:31 +0200 Subject: surface: add WLR_SURFACE_STATE_OFFSET This indicates whether the surface offset has changed. --- include/wlr/types/wlr_compositor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_compositor.h b/include/wlr/types/wlr_compositor.h index 034b075b..b0d1eed6 100644 --- a/include/wlr/types/wlr_compositor.h +++ b/include/wlr/types/wlr_compositor.h @@ -28,6 +28,7 @@ enum wlr_surface_state_field { WLR_SURFACE_STATE_SCALE = 1 << 6, WLR_SURFACE_STATE_FRAME_CALLBACK_LIST = 1 << 7, WLR_SURFACE_STATE_VIEWPORT = 1 << 8, + WLR_SURFACE_STATE_OFFSET = 1 << 9, }; struct wlr_surface_state { -- cgit v1.2.3