Merged from trunk:
2008-10-27 Richard Hult <richard@imendio.com> Merged from trunk: Bug 557894 – Wrong return value for gdk_pointer_grab_info_libgtk_only() * gdk/quartz/gdkevents-quartz.c: (gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a pointer grab. Patch by Owen Taylor. svn path=/branches/gtk-2-14/; revision=21723
This commit is contained in:
committed by
Richard Hult
parent
56b8b42d9c
commit
89e5ad5197
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-10-27 Richard Hult <richard@imendio.com>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
Bug 557894 – Wrong return value for
|
||||
gdk_pointer_grab_info_libgtk_only()
|
||||
|
||||
* gdk/quartz/gdkevents-quartz.c:
|
||||
(gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
|
||||
pointer grab. Patch by Owen Taylor.
|
||||
|
||||
2008-10-23 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
@@ -245,7 +245,7 @@ gdk_pointer_grab_info_libgtk_only (GdkDisplay *display,
|
||||
if (owner_events)
|
||||
*owner_events = pointer_grab_owner_events;
|
||||
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user