From ece2c1e4e200192bde19a2590b5a31f244e09524 Mon Sep 17 00:00:00 2001
From: emersion <contact@emersion.fr>
Date: Fri, 26 Jan 2018 22:11:09 +0100
Subject: Damage tracking for transformed outputs

---
 include/rootston/output.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'include/rootston')

diff --git a/include/rootston/output.h b/include/rootston/output.h
index 81f20788..11f53d83 100644
--- a/include/rootston/output.h
+++ b/include/rootston/output.h
@@ -7,7 +7,7 @@
 
 /**
  * Damage tracking requires to keep track of previous frames' damage. To allow
- * damage tracking to work with triple buffering, an history of two frames is
+ * damage tracking to work with triple buffering, a history of two frames is
  * required.
  */
 #define ROOTS_OUTPUT_PREVIOUS_DAMAGE_LEN 2
@@ -22,7 +22,7 @@ struct roots_output {
 	struct roots_view *fullscreen_view;
 
 	struct timespec last_frame;
-	pixman_region32_t damage;
+	pixman_region32_t damage; // in ouput-local coordinates
 	bool frame_pending;
 
 	// circular queue for previous damage
-- 
cgit v1.2.3