Skip to content

Minor improvements to screenshot (protocol/client/server)

Marius Vlad requested to merge mvlad/weston:clarify-screenshot into main

This series adds some mild 'clarifications' to the screenshooter part:

  • separates the libweston API into its own header (public)
  • renames 'shoot' (request) to 'take_shoot' as we have the same libweston function and might confuse users
  • adds some comments in the protocol and adapts to have a copyright (uses the initial commits) and description
  • renames 'wayland' to 'weston' for the file written on the disk

Potential follow up would be to migrate from compositor/ to libweston/ the protocol part. libweston only contains the copy part and based on the fact that others weston extension are in libweston it seems natural the copy part to be in libweston/ as well.

Merge request reports