wlroots-hyprland/include/wlr/util/region.h
2018-01-25 19:15:20 +01:00

9 lines
167 B
C

#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