<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
</div>Hi Scott,<br>
<br>
to me the commit message seems wrong compared to the change. When<br>
you talk about sending and clients, and do not prefix the title<br>
with window, I assume you are patching the server to not<br>
send events to clients.<br>
<br>
If I understood right, this patch would be better described as<br>
<br>
        window: ignore modifier key events<br>
<br>
        Toytoolkit apps should not even try to track modifier<br>
        state, it is already tracked in the modifier mask.<br>
<br>
Am I missing something?<br>
<br>
<br>
Thanks,<br>
pq<br></blockquote></div><br>Hi, thanks for your comments. I think perhaps this patch might not be the right way<br>to do what it&#39;s intended to, which is avoid clients receiving mismatched pairs of<br>modifier events when a grab is used. e.g. if a client receives a &lt;modifier&gt; down<br>
event and subsequently a grab is initiated, the client never gets the &lt;modifier&gt; up<br>event when the grab is complete.<br>