From 233bfe2f4f7859fa293a33a5b4022eaae7eb6cb3 Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 25 Jun 2018 23:35:02 +0100 Subject: surface: do not monkey-patch state damage --- include/wlr/types/wlr_surface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index ad1ee6f6..fdfc716d 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -33,6 +33,7 @@ struct wlr_surface_state { int width, height; // in surface-local coordinates int buffer_width, buffer_height; int sx, sy; // in surface-local coordinates + pixman_region32_t damage; // in buffer-local coordinates struct wl_listener buffer_destroy_listener; }; -- cgit v1.2.3