mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
10 lines
167 B
C
10 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
|