mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
rootston: damage tracking scale support
This commit is contained in:
parent
3f96427d08
commit
4223fbc763
4 changed files with 45 additions and 3 deletions
9
include/wlr/util/region.h
Normal file
9
include/wlr/util/region.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue