diff options
-rw-r--r-- | include/wlr/types/wlr_surface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 4b1a9ece..60d8b2f6 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -14,8 +14,8 @@ struct wlr_frame_callback { #define WLR_SURFACE_INVALID_BUFFER_DAMAGE 4 #define WLR_SURFACE_INVALID_OPAQUE_REGION 8 #define WLR_SURFACE_INVALID_INPUT_REGION 16 -#define WLR_SURFACE_INVALID_TRANSFORM 16 -#define WLR_SURFACE_INVALID_SCALE 16 +#define WLR_SURFACE_INVALID_TRANSFORM 32 +#define WLR_SURFACE_INVALID_SCALE 64 struct wlr_surface_state { uint32_t invalid; |