]> 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)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:55:22 +0000 (20:55 -0400)
commitb26536162c1ba5db1e7a247943d7de1ead60f106
treefc061377a10b2d440548688842dc738bd65fb44a
parent06eb74410d4dd2969b55ccceaa4713bd2d93fe80
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