aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/gtmotion.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-11-01 15:41:34 +0100
committerUlrich Sibiller <uli42@gmx.de>2018-11-01 18:53:15 +0100
commit266c3d68d5abae1de80e807dbbe3252b34c4a04f (patch)
tree5435567977fca83801096f971ded62b129c65f73 /nx-X11/programs/Xserver/Xi/gtmotion.c
parent70b49467c41e51eb11a50e4cbe3652246bf21140 (diff)
downloadnx-libs-266c3d68d5abae1de80e807dbbe3252b34c4a04f.tar.gz
nx-libs-266c3d68d5abae1de80e807dbbe3252b34c4a04f.tar.bz2
nx-libs-266c3d68d5abae1de80e807dbbe3252b34c4a04f.zip
Lift Xi to 1.3.0.0 (identical to 1.2.0)
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/gtmotion.c')
-rw-r--r--nx-X11/programs/Xserver/Xi/gtmotion.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/Xi/gtmotion.c b/nx-X11/programs/Xserver/Xi/gtmotion.c
index 72209d1b4..2be719b4a 100644
--- a/nx-X11/programs/Xserver/Xi/gtmotion.c
+++ b/nx-X11/programs/Xserver/Xi/gtmotion.c
@@ -1,4 +1,3 @@
-
/************************************************************
Copyright 1989, 1998 The Open Group
@@ -142,8 +141,7 @@ ProcXGetDeviceMotionEvents(ClientPtr client)
size = sizeof(Time) + (axes * sizeof(INT32));
tsize = num_events * size;
coords = (INT32 *) malloc(tsize);
- if (!coords)
- {
+ if (!coords) {
SendErrorToClient(client, IReqCode, X_GetDeviceMotionEvents, 0,
BadAlloc);
return Success;