libweston: remove previous_damage from struct weston_output
authorLeandro Ribeiro <leandrohr@riseup.net>
Fri, 29 Nov 2019 02:04:46 +0000 (23:04 -0300)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 4 Dec 2019 07:58:26 +0000 (07:58 +0000)
commit2eee164f24ee24de5c880d037fedf8eb4fa8f452
treeca5b60b48982c5fc3ebe90d9c9f10d5b6ad2cfb6
parent0a9359d2916a8c08de7bcd589e7f61e45931c4a8
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>
include/libweston/libweston.h
libweston/compositor.c
libweston/pixman-renderer.c
libweston/renderer-gl/gl-renderer.c