aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/output.h b/include/rootston/output.h
index cf34496b..a0b2b1b4 100644
--- a/include/rootston/output.h
+++ b/include/rootston/output.h
@@ -16,7 +16,7 @@ struct roots_output {
struct wl_listener frame;
struct timespec last_frame;
- pixman_region32_t damage;
+ pixman_region32_t damage, previous_damage;
struct wl_event_source *repaint_timer;
};