mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-23 05:35:53 -04:00
Implements ipc protocol for retrieving current count of masters
This commit is contained in:
parent
a66b248ea9
commit
f3336eae68
3 changed files with 34 additions and 3 deletions
|
|
@ -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.">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue