mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-01-06 16:30:12 +01:00
foreign-toplevel-management: add "urgent" state
This can be used for clients like taskbars to indicate an application is requesting attention, for example when activation is requested via xdg-activation protocol.
This commit is contained in:
parent
ffb89ac790
commit
32a2c0057e
1 changed files with 3 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
THIS SOFTWARE.
|
||||
</copyright>
|
||||
|
||||
<interface name="zwlr_foreign_toplevel_manager_v1" version="3">
|
||||
<interface name="zwlr_foreign_toplevel_manager_v1" version="4">
|
||||
<description summary="list and control opened apps">
|
||||
The purpose of this protocol is to enable the creation of taskbars
|
||||
and docks by providing them with a list of opened applications and
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
</event>
|
||||
</interface>
|
||||
|
||||
<interface name="zwlr_foreign_toplevel_handle_v1" version="3">
|
||||
<interface name="zwlr_foreign_toplevel_handle_v1" version="4">
|
||||
<description summary="an opened toplevel">
|
||||
A zwlr_foreign_toplevel_handle_v1 object represents an opened toplevel
|
||||
window. Each app may have multiple opened toplevels.
|
||||
|
|
@ -154,6 +154,7 @@
|
|||
<entry name="minimized" value="1" summary="the toplevel is minimized"/>
|
||||
<entry name="activated" value="2" summary="the toplevel is active"/>
|
||||
<entry name="fullscreen" value="3" summary="the toplevel is fullscreen" since="2"/>
|
||||
<entry name="urgent" value="4" summary="the toplevel is requesting attention" since="4"/>
|
||||
</enum>
|
||||
|
||||
<event name="state">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue