Better damage tracking

This commit is contained in:
Stacy Harper
2021-08-25 22:39:27 +02:00
committed by John Sullivan
parent 915d01c562
commit 4ce0cf1b53
3 changed files with 4 additions and 12 deletions

1
drw.h
View File

@ -10,7 +10,6 @@ struct drw {
};
struct drwsurf {
uint32_t width, height, scale, size;
bool dirty;
struct drw *ctx;
struct wl_surface *surf;