diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2022-12-01 16:10:08 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-12-01 16:10:08 +0100 |
| commit | 4af7a3cb63ce38e7995a6cd73207920e47398f29 (patch) | |
| tree | b2229b269454a71843731749088f92d71ff9721d | |
| parent | b8e2ee2a0c1d3573626ecaac925424d718c7f39a (diff) | |
| download | river-4af7a3cb63ce38e7995a6cd73207920e47398f29.tar.gz river-4af7a3cb63ce38e7995a6cd73207920e47398f29.tar.xz | |
river-layout: fix version of layout_name events
| -rw-r--r-- | protocol/river-status-unstable-v1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/river-status-unstable-v1.xml b/protocol/river-status-unstable-v1.xml index f6bc091..be5a302 100644 --- a/protocol/river-status-unstable-v1.xml +++ b/protocol/river-status-unstable-v1.xml @@ -84,7 +84,7 @@ <arg name="tags" type="uint" summary="32-bit bitfield"/> </event> - <event name="layout_name" since="3"> + <event name="layout_name" since="4"> <description summary="name of the layout"> Sent once on binding the interface should a layout name exist and again whenever the name changes. @@ -92,7 +92,7 @@ <arg name="name" type="string" summary="layout name"/> </event> - <event name="layout_name_clear" since="3"> + <event name="layout_name_clear" since="4"> <description summary="name of the layout"> Sent when the current layout name has been removed without a new one being set, for example whent the active layout generator disconnects. |
