dont deadlock while receiving events
This commit is contained in:
parent
0b5710da3e
commit
7298730969
7 changed files with 134 additions and 80 deletions
|
|
@ -66,6 +66,12 @@
|
|||
<arg name="tag" type="int"/>
|
||||
<arg name="active" type="int"/>
|
||||
<arg name="num_clients" type="int"/>
|
||||
<arg name="urgent" type="int"/>
|
||||
</event>
|
||||
|
||||
<event name="frame">
|
||||
<description summary="sent after all other events have been sent. allows for atomic updates.">
|
||||
</description>
|
||||
</event>
|
||||
</interface>
|
||||
</protocol>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue