]> Pileus Git - ~andy/gtk/commit
Don't compress motion events for different devices
authorOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 19:51:33 +0000 (14:51 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:53 +0000 (17:19 -0500)
commite2705544ab73434455e0837fc5702f6c6881ad85
treede7b4c3b9abc29f1f4d64287afcf6c7198c0b09f
parentff935c5738bd1898f3cb1d200c713772d00a095b
Don't compress motion events for different devices

A switch of device may be significant for an application, so don't
compress motion events if they are for different devices. This simple
handling isn't sufficient if we have competing event streams from
two different pointer events, but we don't expect this case to be
common.
gdk/gdkevents.c