summaryrefslogtreecommitdiff
path: root/Xi/listdev.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-02-20 22:16:49 +0000
committerAdam Jackson <ajax@nwnk.net>2006-02-20 22:16:49 +0000
commit6d7083bd69724586338d79784655328f1fcd2ae5 (patch)
tree59f85a0e3892d181bffc5dba78e040e91b838a27 /Xi/listdev.h
parent5480c537cee79b324736eac3e438a4713dfa1036 (diff)
indent fixes (OMG SO UGLY), and nuke old RCS keywords.
Diffstat (limited to 'Xi/listdev.h')
-rw-r--r--Xi/listdev.h117
1 files changed, 48 insertions, 69 deletions
diff --git a/Xi/listdev.h b/Xi/listdev.h
index 125ea3580..bdd67ce70 100644
--- a/Xi/listdev.h
+++ b/Xi/listdev.h
@@ -1,4 +1,3 @@
-/* $XFree86: xc/programs/Xserver/Xi/listdev.h,v 3.1 1996/04/15 11:18:57 dawes Exp $ */
/************************************************************
Copyright 1996 by Thomas E. Dickey <dickey@clark.net>
@@ -31,73 +30,53 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef LISTDEV_H
#define LISTDEV_H 1
-int
-SProcXListInputDevices(
- ClientPtr /* client */
- );
-
-int
-ProcXListInputDevices (
- ClientPtr /* client */
- );
-
-void
-SizeDeviceInfo (
- DeviceIntPtr /* d */,
- int * /* namesize */,
- int * /* size */
- );
-
-void
-ListDeviceInfo (
- ClientPtr /* client */,
- DeviceIntPtr /* d */,
- xDeviceInfoPtr /* dev */,
- char ** /* devbuf */,
- char ** /* classbuf */,
- char ** /* namebuf */
- );
-
-void
-CopyDeviceName (
- char ** /* namebuf */,
- char * /* name */
- );
-
-void
-CopySwapDevice (
- ClientPtr /* client */,
- DeviceIntPtr /* d */,
- int /* num_classes */,
- char ** /* buf */
- );
-
-void
-CopySwapKeyClass (
- ClientPtr /* client */,
- KeyClassPtr /* k */,
- char ** /* buf */
- );
-
-void
-CopySwapButtonClass (
- ClientPtr /* client */,
- ButtonClassPtr /* b */,
- char ** /* buf */
- );
-
-int
-CopySwapValuatorClass (
- ClientPtr /* client */,
- ValuatorClassPtr /* v */,
- char ** /* buf */
- );
-
-void
-SRepXListInputDevices (
- ClientPtr /* client */,
- int /* size */,
- xListInputDevicesReply * /* rep */
- );
+int SProcXListInputDevices(ClientPtr /* client */
+ );
+
+int ProcXListInputDevices(ClientPtr /* client */
+ );
+
+void SizeDeviceInfo(DeviceIntPtr /* d */ ,
+ int * /* namesize */ ,
+ int * /* size */
+ );
+
+void ListDeviceInfo(ClientPtr /* client */ ,
+ DeviceIntPtr /* d */ ,
+ xDeviceInfoPtr /* dev */ ,
+ char ** /* devbuf */ ,
+ char ** /* classbuf */ ,
+ char ** /* namebuf */
+ );
+
+void CopyDeviceName(char ** /* namebuf */ ,
+ char * /* name */
+ );
+
+void CopySwapDevice(ClientPtr /* client */ ,
+ DeviceIntPtr /* d */ ,
+ int /* num_classes */ ,
+ char ** /* buf */
+ );
+
+void CopySwapKeyClass(ClientPtr /* client */ ,
+ KeyClassPtr /* k */ ,
+ char ** /* buf */
+ );
+
+void CopySwapButtonClass(ClientPtr /* client */ ,
+ ButtonClassPtr /* b */ ,
+ char ** /* buf */
+ );
+
+int CopySwapValuatorClass(ClientPtr /* client */ ,
+ ValuatorClassPtr /* v */ ,
+ char ** /* buf */
+ );
+
+void SRepXListInputDevices(ClientPtr /* client */ ,
+ int /* size */ ,
+ xListInputDevicesReply * /* rep */
+ );
#endif /* LISTDEV_H */