mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2024-11-08 06:45:59 +01:00
Add v2 request with wlr handle
This commit is contained in:
parent
0dcff94fc1
commit
fba72dce73
1 changed files with 12 additions and 0 deletions
|
@ -68,6 +68,18 @@
|
|||
appropriate destroy request has been called.
|
||||
</description>
|
||||
</request>
|
||||
|
||||
<!-- Version 2 -->
|
||||
<request name="capture_toplevel_with_wlr_toplevel_handle">
|
||||
<description summary="capture a toplevel">
|
||||
Same as capture_toplevel, but with a zwlr_foreign_toplevel_handle_v1 handle.
|
||||
</description>
|
||||
<arg name="frame" type="new_id" interface="hyprland_toplevel_export_frame_v1"/>
|
||||
<arg name="overlay_cursor" type="int"
|
||||
summary="composite cursor onto the frame"/>
|
||||
<arg name="handle" type="object" allow-null="false" summary="the zwlr_foreign_toplevel_handle_v1 handle of the toplevel to be captured"/>
|
||||
</request>
|
||||
<!-- End Version 2 -->
|
||||
</interface>
|
||||
|
||||
<interface name="hyprland_toplevel_export_frame_v1" version="1">
|
||||
|
|
Loading…
Reference in a new issue