]> Pileus Git - ~andy/gtk/commit
On pointer grab request native events needed for event emulation
authorAlexander Larsson <alexl@redhat.com>
Fri, 25 Sep 2009 09:28:26 +0000 (11:28 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 25 Sep 2009 09:28:26 +0000 (11:28 +0200)
commit3bcf8b39fb7651cbdeaf356cbe829799cc0b1ed0
tree7a7f9175a54e4cd49f4cafaa794be660da4e0cdb
parentf8aba1471462f4a7e6f03e9e26289ebf6398b13c
On pointer grab request native events needed for event emulation

When we grab the pointer we need to request more events than what is
specified, otherwise our event emulation stop working and you won't
e.g. get crossing event unless you specified motion event mask.
gdk/gdkwindow.c