Jasper St. Pierre wrote:
> int touchid,
> LockDisplay(dpy);
> if (_XiCheckExtInit(dpy, XInput_2_2, extinfo) == -1)
> return (NoSuchExtension);
> -
> - status = _XIAllowEvents(dpy, deviceid, event_mode, CurrentTime, touchid,
> grab_window);
> -
> UnlockDisplay(dpy);
> - SyncHandle();
> 
> - return status;
> + return _XIAllowEvents(dpy, deviceid, event_mode, CurrentTime, touchid,
> grab_window);
> 
> Shouldn't you remove the declaration for "status" here?

Yes, thanks - new version sent.

- Owen
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to