mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-27 06:46:33 -04:00
fix: build warning
This commit is contained in:
parent
418d5b152b
commit
17ad744932
1 changed files with 4 additions and 4 deletions
|
|
@ -163,6 +163,10 @@ I would probably just submit raphi's patchset but I don't think that would be po
|
||||||
<arg name="index" type="uint" summary="index of a layout recieved by dwl_ipc_manager.layout"/>
|
<arg name="index" type="uint" summary="index of a layout recieved by dwl_ipc_manager.layout"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
|
<request name="quit" since="2">
|
||||||
|
<description summary="Quit maomao">This request allows clients to instruct the compositor to quit maomao.</description>
|
||||||
|
</request>
|
||||||
|
|
||||||
<!-- Version 2 -->
|
<!-- Version 2 -->
|
||||||
<event name="fullscreen" since="2">
|
<event name="fullscreen" since="2">
|
||||||
<description summary="Update fullscreen status">
|
<description summary="Update fullscreen status">
|
||||||
|
|
@ -179,8 +183,4 @@ I would probably just submit raphi's patchset but I don't think that would be po
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!-- maomao custom -->
|
|
||||||
<request name="quit">
|
|
||||||
<description summary="Quit maomao"/>
|
|
||||||
</request>
|
|
||||||
</protocol>
|
</protocol>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue