Hyprland toplevel mapping
此协议允许客户端检索 toplevel 到 hyprland 窗口地址的映射。
此对象是一个管理器,提供请求 toplevel 窗口地址的请求。
get_window_for_toplevel(handle: new_id<hyprland_toplevel_window_mapping_handle_v1>, toplevel: object<ext_foreign_toplevel_handle_v1>)
参数 | 类型 | 描述 |
|---|---|---|
| handle | new_id<hyprland_toplevel_window_mapping_handle_v1> | |
| toplevel | object<ext_foreign_toplevel_handle_v1> | toplevel to get the window address for |
获取 toplevel 的窗口地址。
get_window_for_toplevel_wlr(handle: new_id<hyprland_toplevel_window_mapping_handle_v1>, toplevel: object<zwlr_foreign_toplevel_handle_v1>)
参数 | 类型 | 描述 |
|---|---|---|
| handle | new_id<hyprland_toplevel_window_mapping_handle_v1> | |
| toplevel | object<zwlr_foreign_toplevel_handle_v1> | wlr toplevel to get the window address for |
获取 wlr toplevel 的窗口地址。
destroy()
管理器创建的所有对象仍将保持有效,直到调用适当的销毁请求。
此对象表示 (wlr) toplevel 到窗口地址的映射。
创建后,将发送包含与 toplevel 关联的窗口地址的 `window_address` 事件。 如果映射失败,将发送 `failed` 事件。
window_address(address_hi: uint, address: uint)
参数 | 类型 | 描述 |
|---|---|---|
| address_hi | uint | upper 32 bits of the window address |
| address | uint | lower 32 bits of the window address |
完整的 64 位窗口地址。`address` 字段包含低 32 位,而 `address_hi` 包含高 32 位。
failed()
toplevel 到窗口地址的映射失败。最可能的原因是窗口不存在(已不存在)。
合成器支持
Cage | COSMIC | GameScope | Hyprland | Jay | KWin | Labwc | Louvre | Mir | Muffin | Mutter | niri | phoc | river | Sway | Treeland | Wayfire | Weston | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| hyprland_toplevel_mapping_manager_v1 | x | x | x | 1 | x | x | x | x | x | x | x | x | x | x | x | x | x | x |
Copyright
Copyright © 2025 WhySoBad All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.