commit | be88293952175258992c1ed2f5a1b7d8f78fe7cc | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Jul 31 16:06:59 2018 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Jul 31 16:06:59 2018 +0200 |
tree | bfcec73ec205fe1578898f608b642e6e2f85e4b1 | |
parent | f81148c43a25d4c69e635b6ad13eab674b473aca [diff] |
Ignore buttons in mouse leave events For KDE we can sometimes get a bunch of stray FL_LEAVE events before gaining focus. Sending their included button information gets things in the incorrect order with regard to other synchronisation we do on focus. So just ignore buttons as the only information we want out of the leave information is a position update.