Bug 557894 – Wrong return value for gdk_pointer_grab_info_libgtk_only()
2008-10-27 Richard Hult <richard@imendio.com> 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=/trunk/; revision=21722
This commit is contained in:
committed by
Richard Hult
parent
4269ef1357
commit
d2ed4085c0
@ -1,3 +1,12 @@
|
|||||||
|
2008-10-27 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
|
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-2r76 Matthias Clasen <mclasen@redhat.com>
|
2008-10-2r76 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktoolshell.c:
|
* gtk/gtktoolshell.c:
|
||||||
|
|||||||
@ -245,7 +245,7 @@ gdk_pointer_grab_info_libgtk_only (GdkDisplay *display,
|
|||||||
if (owner_events)
|
if (owner_events)
|
||||||
*owner_events = pointer_grab_owner_events;
|
*owner_events = pointer_grab_owner_events;
|
||||||
|
|
||||||
return FALSE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user