Skip to content

Commit

Permalink
fixup "Capture::Connection::Screen: use Blit::back2front" (revert qee…
Browse files Browse the repository at this point in the history
…mu-usb)
  • Loading branch information
chelmuth committed Jan 31, 2025
1 parent 1cf2b9f commit 7bfe212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/libports/src/lib/qemu-usb/webcam.cc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct Capture_webcam
/* construct/destruct capture connection and dataspace */
if (on) {
_capture.construct(_env, "webcam");
_capture->buffer({ .px = _area, .mm = { }, .rotate = { }, .flip = { } });
_capture->buffer({ .px = _area, .mm = { } });
_ds.construct(_env.rm(), _capture->dataspace());
} else {
_ds.destruct();
Expand Down

2 comments on commit 7bfe212

@chelmuth
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nfeske I reverted the change to make it compile again but don't know if other adaptions are required. Also, make -C build/arm_v8a driver/framebuffer/virtio server/vmm KERNEL=hw failed last night.

@nfeske
Copy link
Member

@nfeske nfeske commented on 7bfe212 Feb 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. This change was indeed accidental.

Please sign in to comment.