rootston: damage tracking scale support

This commit is contained in:
emersion 2018-01-25 19:15:20 +01:00
parent 3f96427d08
commit 4223fbc763
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 45 additions and 3 deletions

View file

@ -0,0 +1,9 @@
#ifndef WLR_UTIL_REGION_H
#define WLR_UTIL_REGION_H
#include <pixman.h>
void wlr_region_scale(pixman_region32_t *dst, pixman_region32_t *src,
float scale);
#endif