From d65bdf025f9685f3b332aefffe6f8b5c8dbe8827 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 14 Nov 2021 23:37:16 +0000 Subject: Initial experiments with layer shell. --- src/image.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index d5bd346..21b9100 100644 --- a/src/image.h +++ b/src/image.h @@ -10,6 +10,12 @@ struct image { uint32_t height; bool swizzle; bool redraw; + struct { + uint32_t x; + uint32_t y; + uint32_t width; + uint32_t height; + } damage; }; void image_load(struct image *image, const char *filename); -- cgit v1.2.3