aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/listdev.h
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2018-02-26 01:00:54 +0100
committerMihai Moldovan <ionic@ionic.de>2018-02-26 01:00:54 +0100
commit05152b788ab184f45df1f64182791c88a09dc6f9 (patch)
tree4232012c65ee251fef529950a420689154778847 /nx-X11/programs/Xserver/Xi/listdev.h
parente247900edd20c140faf42ba0759bf59cbd2f75ae (diff)
parent4598c0c3d215f7f2237a9ccee3a143025f2af005 (diff)
downloadnx-libs-05152b788ab184f45df1f64182791c88a09dc6f9.tar.gz
nx-libs-05152b788ab184f45df1f64182791c88a09dc6f9.tar.bz2
nx-libs-05152b788ab184f45df1f64182791c88a09dc6f9.zip
Merge branch 'uli42-pr/update_xi' into arctica-3.6.x
Attributes GH PR #644: https://github.com/ArcticaProject/nx-libs/pull/644
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/listdev.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/listdev.h116
1 files changed, 48 insertions, 68 deletions
diff --git a/nx-X11/programs/Xserver/Xi/listdev.h b/nx-X11/programs/Xserver/Xi/listdev.h
index 629dca215..bdd67ce70 100644
--- a/nx-X11/programs/Xserver/Xi/listdev.h
+++ b/nx-X11/programs/Xserver/Xi/listdev.h
@@ -30,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 */