aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/listdev.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-02-15 15:14:14 +0100
committerMihai Moldovan <ionic@ionic.de>2018-02-26 00:58:46 +0100
commit7aca428ffe10b2cffca8fe01962aef421a5a5645 (patch)
tree959c5d4ada874c816f49888825edeeba3f005b24 /nx-X11/programs/Xserver/Xi/listdev.h
parent41a0ba729fb67efdc5f7bd50f73f145cf5d8a153 (diff)
downloadnx-libs-7aca428ffe10b2cffca8fe01962aef421a5a5645.tar.gz
nx-libs-7aca428ffe10b2cffca8fe01962aef421a5a5645.tar.bz2
nx-libs-7aca428ffe10b2cffca8fe01962aef421a5a5645.zip
Xi: ansify function prototypes
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/listdev.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/listdev.h40
1 files changed, 10 insertions, 30 deletions
diff --git a/nx-X11/programs/Xserver/Xi/listdev.h b/nx-X11/programs/Xserver/Xi/listdev.h
index 75e5ff4cd..bdd67ce70 100644
--- a/nx-X11/programs/Xserver/Xi/listdev.h
+++ b/nx-X11/programs/Xserver/Xi/listdev.h
@@ -30,26 +30,18 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef LISTDEV_H
#define LISTDEV_H 1
-int
-SProcXListInputDevices(
- ClientPtr /* client */
+int SProcXListInputDevices(ClientPtr /* client */
);
-int
-ProcXListInputDevices (
- ClientPtr /* client */
+int ProcXListInputDevices(ClientPtr /* client */
);
-void
-SizeDeviceInfo (
- DeviceIntPtr /* d */,
+void SizeDeviceInfo(DeviceIntPtr /* d */ ,
int * /* namesize */ ,
int * /* size */
);
-void
-ListDeviceInfo (
- ClientPtr /* client */,
+void ListDeviceInfo(ClientPtr /* client */ ,
DeviceIntPtr /* d */ ,
xDeviceInfoPtr /* dev */ ,
char ** /* devbuf */ ,
@@ -57,44 +49,32 @@ ListDeviceInfo (
char ** /* namebuf */
);
-void
-CopyDeviceName (
- char ** /* namebuf */,
+void CopyDeviceName(char ** /* namebuf */ ,
char * /* name */
);
-void
-CopySwapDevice (
- ClientPtr /* client */,
+void CopySwapDevice(ClientPtr /* client */ ,
DeviceIntPtr /* d */ ,
int /* num_classes */ ,
char ** /* buf */
);
-void
-CopySwapKeyClass (
- ClientPtr /* client */,
+void CopySwapKeyClass(ClientPtr /* client */ ,
KeyClassPtr /* k */ ,
char ** /* buf */
);
-void
-CopySwapButtonClass (
- ClientPtr /* client */,
+void CopySwapButtonClass(ClientPtr /* client */ ,
ButtonClassPtr /* b */ ,
char ** /* buf */
);
-int
-CopySwapValuatorClass (
- ClientPtr /* client */,
+int CopySwapValuatorClass(ClientPtr /* client */ ,
ValuatorClassPtr /* v */ ,
char ** /* buf */
);
-void
-SRepXListInputDevices (
- ClientPtr /* client */,
+void SRepXListInputDevices(ClientPtr /* client */ ,
int /* size */ ,
xListInputDevicesReply * /* rep */
);