diff options
Diffstat (limited to 'libX11/src/GrPointer.c')
-rw-r--r-- | libX11/src/GrPointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/GrPointer.c b/libX11/src/GrPointer.c index 8aab6865a..9958af491 100644 --- a/libX11/src/GrPointer.c +++ b/libX11/src/GrPointer.c @@ -55,7 +55,7 @@ int XGrabPointer( req->confineTo = confine_to; req->cursor = curs; req->time = time; - + /* if we ever return, suppress the error */ if (_XReply (dpy, (xReply *) &rep, 0, xTrue) == 0) rep.status = GrabSuccess; |