mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
output-layer: document interactions with screen capture
When e.g. screencopy-v1 is active, callers are responsible for disabling output layers.
This commit is contained in:
parent
bea6bee55d
commit
3874577d3c
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
* directly are expected to setup layers, call wlr_output_test(), paint the
|
||||
* layers that the backend rejected with the renderer, then call
|
||||
* wlr_output_commit().
|
||||
*
|
||||
* Callers are responsible for disabling output layers when they need the full
|
||||
* output contents to be composited onto a single buffer, e.g. during screen
|
||||
* capture.
|
||||
*/
|
||||
struct wlr_output_layer {
|
||||
struct wl_list link; // wlr_output.layers
|
||||
|
|
Loading…
Reference in a new issue