Skip to content
Commit 42d93fe8 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii Committed by Noah Davis
Browse files

effects/screenshot: Introduce CaptureWorkspace

Most screenshot tools provide some way to capture the entire workspace.
Currently, the way to achieve that is to compute the workspace geometry
yourself and use CaptureArea. It's inconvenient and it's also racy.

This change introduces CaptureWorkspace to provide screenshot tools
slightly nicer API to capture the entire workspace.

(cherry picked from commit fdbfd2fd)
parent a4c62d00
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment