From 4223fbc76330f000a209c0f03426fd3867f21057 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 25 Jan 2018 19:15:20 +0100 Subject: rootston: damage tracking scale support --- include/wlr/util/region.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/wlr/util/region.h (limited to 'include') diff --git a/include/wlr/util/region.h b/include/wlr/util/region.h new file mode 100644 index 00000000..416adbf2 --- /dev/null +++ b/include/wlr/util/region.h @@ -0,0 +1,9 @@ +#ifndef WLR_UTIL_REGION_H +#define WLR_UTIL_REGION_H + +#include + +void wlr_region_scale(pixman_region32_t *dst, pixman_region32_t *src, + float scale); + +#endif -- cgit v1.2.3