mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2025-12-28 00:50:05 +01:00
fix: add toplevel for window requests
This commit is contained in:
parent
9762876832
commit
df996151d8
1 changed files with 42 additions and 0 deletions
|
|
@ -75,6 +75,48 @@
|
|||
/>
|
||||
</request>
|
||||
|
||||
<request name="get_toplevel_for_window">
|
||||
<description summary="get wlr toplevel for window address">
|
||||
Get the toplevel for a window address
|
||||
</description>
|
||||
<arg
|
||||
name="handle"
|
||||
type="new_id"
|
||||
interface="hyprland_window_toplevel_mapping_handle_v1"
|
||||
/>
|
||||
<arg
|
||||
name="window_address"
|
||||
type="uint"
|
||||
summary="lower 32 bits of the window address"
|
||||
/>
|
||||
<arg
|
||||
name="window_address_hi"
|
||||
type="uint"
|
||||
summary="upper 32 bits of the window address"
|
||||
/>
|
||||
</request>
|
||||
|
||||
<request name="get_toplevel_wlr_for_window">
|
||||
<description summary="get wlr toplevel for window address">
|
||||
Get the wlr toplevel for a window address
|
||||
</description>
|
||||
<arg
|
||||
name="handle"
|
||||
type="new_id"
|
||||
interface="hyprland_window_wlr_toplevel_mapping_handle_v1"
|
||||
/>
|
||||
<arg
|
||||
name="window_address"
|
||||
type="uint"
|
||||
summary="lower 32 bits of the window address"
|
||||
/>
|
||||
<arg
|
||||
name="window_address_hi"
|
||||
type="uint"
|
||||
summary="upper 32 bits of the window address"
|
||||
/>
|
||||
</request>
|
||||
|
||||
<request name="destroy" type="destructor">
|
||||
<description summary="destroy the manager">
|
||||
All objects created by the manager will still remain valid, until their appropriate destroy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue