]> Pileus Git - ~andy/gtk/commit
win32: Fix modal_hint handling
authorAlexander Larsson <alexl@redhat.com>
Thu, 27 Oct 2011 20:13:54 +0000 (22:13 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:41:07 +0000 (17:41 +0100)
commit1737ffeeb9b76e4d99314140a1c0e3856b5b6913
tree6c70086e58a3017f84ab9168af02963a32b4e7b4
parent2788efeb5e4ac957f71fc1da32059beb8b150293
win32: Fix modal_hint handling

Modal hints are not really a stack. All windows that are modal
are allowed to get input, not just the top one.

This fixes bug #604156
gdk/win32/gdkevents-win32.c
gdk/win32/gdkprivate-win32.h
gdk/win32/gdkwindow-win32.c