aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/extinit.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-02-15 21:41:19 +0100
committerMihai Moldovan <ionic@ionic.de>2018-02-26 00:58:46 +0100
commit8e188629fde213f29cfaf62c4ea3abd0520a0f41 (patch)
treeae3e9926e04bffb749224e1bcf90a44fe205c549 /nx-X11/programs/Xserver/Xi/extinit.c
parentb0abdf7bd8284b1edf39c13e1863ecc420fd68e4 (diff)
downloadnx-libs-8e188629fde213f29cfaf62c4ea3abd0520a0f41.tar.gz
nx-libs-8e188629fde213f29cfaf62c4ea3abd0520a0f41.tar.bz2
nx-libs-8e188629fde213f29cfaf62c4ea3abd0520a0f41.zip
Xi: small formatting changes to match Xorg 7.1's Xi
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/extinit.c')
-rw-r--r--nx-X11/programs/Xserver/Xi/extinit.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/Xi/extinit.c b/nx-X11/programs/Xserver/Xi/extinit.c
index b727cfe37..4f1a0c5ad 100644
--- a/nx-X11/programs/Xserver/Xi/extinit.c
+++ b/nx-X11/programs/Xserver/Xi/extinit.c
@@ -203,8 +203,8 @@ Mask PropagateMask[MAX_DEVICES];
static XExtensionVersion thisversion =
{XI_Present,
- SERVER_XI_MAJOR_VERSION,
- SERVER_XI_MINOR_VERSION,
+ SERVER_XI_MAJOR_VERSION,
+ SERVER_XI_MINOR_VERSION,
};
/**********************************************************************
@@ -443,7 +443,7 @@ SProcIDispatch(register ClientPtr client)
void
SReplyIDispatch(ClientPtr client, int len, xGrabDeviceReply * rep)
/* All we look at is the type field */
-{ /* This is common to all replies */
+{ /* This is common to all replies */
if (rep->RepType == X_GetExtensionVersion)
SRepXGetExtensionVersion(client, len,
(xGetExtensionVersionReply *) rep);
@@ -822,7 +822,7 @@ IResetProc(ExtensionEntry * unused)
*
*/
-void
+ void
AssignTypeAndName(DeviceIntPtr dev, Atom type, char *name)
{
dev->type = type;