From 9effb1a7df03c9a487a9f3c37da3c9ec88e2e7dc Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 20 Jan 2025 18:21:45 +0100 Subject: [PATCH] Capture::Connection::Screen: use Blit::back2front Issue genodelabs/genode#5428 --- src/driver/framebuffer/rpi/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/framebuffer/rpi/main.cc b/src/driver/framebuffer/rpi/main.cc index 3aee9f6..f91918e 100644 --- a/src/driver/framebuffer/rpi/main.cc +++ b/src/driver/framebuffer/rpi/main.cc @@ -70,7 +70,7 @@ struct Framebuffer::Main Capture::Connection _capture { _env }; Capture::Connection::Screen _captured_screen { - _capture, _env.rm(), { .px = _size, .mm = { } } }; + _capture, _env.rm(), { .px = _size, .mm = { }, .rotate = { }, .flip = { } } }; Timer::Connection _timer { _env };