Implements ipc protocol for retrieving current count of masters

This commit is contained in:
Jon H 2026-03-19 15:23:19 -07:00
parent a66b248ea9
commit f3336eae68
3 changed files with 34 additions and 3 deletions

View file

@ -136,6 +136,13 @@ I would probably just submit raphi's patchset but I don't think that would be po
</description>
<arg name="layout" type="string" summary="The new layout"/>
</event>
<event name="nmasters" since="1">
<description summary="Update the current masters count">
Indicates the count of masters has changed.
</description>
<arg name="nmasters" type="uint" summary="The new masters count"/>
</event>
<event name="frame">
<description summary="The update sequence is done.">