summaryrefslogtreecommitdiff
path: root/include/libweston
diff options
context:
space:
mode:
authorLeandro Ribeiro <leandrohr@riseup.net>2019-11-28 23:04:46 -0300
committerDaniel Stone <daniel@fooishbar.org>2019-12-04 07:58:26 +0000
commit2eee164f24ee24de5c880d037fedf8eb4fa8f452 (patch)
treeca5b60b48982c5fc3ebe90d9c9f10d5b6ad2cfb6 /include/libweston
parent0a9359d2916a8c08de7bcd589e7f61e45931c4a8 (diff)
downloadweston-2eee164f24ee24de5c880d037fedf8eb4fa8f452.tar.gz
libweston: remove previous_damage from struct weston_output
The member previous_damage from struct weston_output is no longer necessary. First, stop calling init, fini and copying output_damage to it. Then remove it from struct weston_output. Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
Diffstat (limited to 'include/libweston')
-rw-r--r--include/libweston/libweston.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h
index 6b5cc4bf..dc54b170 100644
--- a/include/libweston/libweston.h
+++ b/include/libweston/libweston.h
@@ -249,8 +249,6 @@ struct weston_output {
/** Output area in global coordinates, simple rect */
pixman_region32_t region;
- pixman_region32_t previous_damage;
-
/** True if damage has occurred since the last repaint for this output;
* if set, a repaint will eventually occur. */
bool repaint_needed;