improve constraint handling

This commit is contained in:
vaxerski 2022-11-20 17:35:07 +00:00
parent 11e841580f
commit 137cf9e582
2 changed files with 17 additions and 18 deletions

View file

@ -31,6 +31,8 @@
const auto RECTSARR = pixman_region32_rectangles(region, &rectsNum); \
for (int i = 0; i < rectsNum; ++i)
#define PIXMAN_REGION_FOREACH(region) PIXMAN_DAMAGE_FOREACH(region)
#define interface class