Skip to content

Commit

Permalink
Capture::Connection::Screen: use Blit::back2front
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeske committed Jan 31, 2025
1 parent 3929b14 commit 2901ecf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/driver/framebuffer/de/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ struct Framebuffer::Driver
:
_capture(env),
_size{xres, yres},
_captured_screen(_capture, env.rm(), { .px = _size, .mm = { } }),
_captured_screen(_capture, env.rm(), { .px = _size,
.mm = { },
.rotate = { },
.flip = { } }),
_base(base) {}
};

Expand Down

0 comments on commit 2901ecf

Please sign in to comment.