]> Pileus Git - ~andy/gtk/commit
When native window requests button presses request other button related events
authorAlexander Larsson <alexl@redhat.com>
Wed, 20 Jan 2010 14:37:16 +0000 (15:37 +0100)
committerAlexander Larsson <alexl@redhat.com>
Wed, 20 Jan 2010 14:37:16 +0000 (15:37 +0100)
commit3d9d002bed4ec90505a5a65665f5d6de36ad6f67
tree279f2d71e547304ecc545c895f39b8ef2b16278b
parent5469695f29683664122d87d9d7d085486d6e0007
When native window requests button presses request other button related events

We need to do this because otherwise the implicit button grab for this
(native) window will not deliver the button events not selected for
by this window. This is a problem because non-native child windows may
select using a wider event mask, and we can't emulate these events if we
don't get the native events.

Fixes bug #607508
gdk/gdkwindow.c