weston/libweston/backend-vnc
Philipp Zabel d245bbdd13 backend-vnc: fix initial repaint
weston_renderer::repaint_output must be called from the weston_output::repaint
callback. When called from the weston_output::enable callback, a black frame
is produced. Instead of painting an invalid buffer and then working around it
by setting output damage, just don't skip the first real repaint even though
no VNC client is connected yet.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
2023-02-24 13:52:40 +00:00
..
meson.build backend-vnc: add meson subprojects support 2023-01-31 09:43:41 +02:00
vnc.c backend-vnc: fix initial repaint 2023-02-24 13:52:40 +00:00