On 01/31/2012 01:12 PM, Peter Hutterer wrote: > On Tue, Jan 31, 2012 at 01:55:12AM +0100, Chase Douglas wrote: >> On 01/27/2012 06:50 AM, Peter Hutterer wrote: >>> grab_window was removed from the protocol, drop it from the public facing >>> API. This argument was sent to the server but always ignored, clients can be >>> fixed easily without seeing changed behaviour. >>> >>> Signed-off-by: Peter Hutterer <[email protected]> >>> --- >>> include/X11/extensions/XInput2.h | 1 - >>> src/XIAllowEvents.c | 10 +++++----- >>> 2 files changed, 5 insertions(+), 6 deletions(-) >>> >>> diff --git a/include/X11/extensions/XInput2.h >>> b/include/X11/extensions/XInput2.h >>> index 26de695..0fcddce 100644 >>> --- a/include/X11/extensions/XInput2.h >>> +++ b/include/X11/extensions/XInput2.h >>> @@ -455,7 +455,6 @@ extern Status XIAllowTouchEvents( >>> Display* display, >>> int deviceid, >>> unsigned int touchid, >>> - Window grab_window, >>> int event_mode >>> ); >> >> How will we extend the API when we do implement the grab window? > > something like XIAllowTouchEventsOnWindow()?
Ok, fine by me. I plan on reviewing everything in one big batch, so I'll wait on my other question about the protocol changes before giving a reviewed-by. -- Chase _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
