layout: Remove explicit damage call 07/27007/1
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 16 Dec 2021 12:41:08 +0000 (14:41 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Thu, 16 Dec 2021 12:48:29 +0000 (14:48 +0200)
commitfd4708c898aafc58d75e834b0a2845fd17103899
tree510201e4bf63678477e260772dedc2036de1a381
parentd456a0c59a316f8fd137c57d6d3bc164e5a50399
layout: Remove explicit damage call

As we will be marking all the views dirty, weston_output_repaint()
should pick-up correctly any inflicted damage, and perform an
implicit redraw without the need for an explict to call to
weston_view_below_damage().

Note that we still need to schedule a repaint for that particular view.

While at it, also remove an explicit call to
weston_view_update_transform() which is going to be handled internally
as well, when rebuilding the view list by libweston.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ic701daebe69613b3dcc8eef96cac05c1b803327a
src/layout.c