aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/getdctl.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/getdctl.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/getdctl.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/getdctl.h40
1 files changed, 16 insertions, 24 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getdctl.h b/nx-X11/programs/Xserver/Xi/getdctl.h
index 0618b4d01..c7cfb19d2 100644
--- a/nx-X11/programs/Xserver/Xi/getdctl.h
+++ b/nx-X11/programs/Xserver/Xi/getdctl.h
@@ -30,29 +30,21 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef GETDCTL_H
#define GETDCTL_H 1
-int
-SProcXGetDeviceControl (
- ClientPtr /* client */
- );
-
-int
-ProcXGetDeviceControl (
- ClientPtr /* client */
- );
-
-void
-CopySwapDeviceResolution (
- ClientPtr /* client */,
- ValuatorClassPtr /* v */,
- char * /* buf */,
- int /* length */
- );
-
-void
-SRepXGetDeviceControl (
- ClientPtr /* client */,
- int /* size */,
- xGetDeviceControlReply * /* rep */
- );
+int SProcXGetDeviceControl(ClientPtr /* client */
+ );
+
+int ProcXGetDeviceControl(ClientPtr /* client */
+ );
+
+void CopySwapDeviceResolution(ClientPtr /* client */ ,
+ ValuatorClassPtr /* v */ ,
+ char * /* buf */ ,
+ int /* length */
+ );
+
+void SRepXGetDeviceControl(ClientPtr /* client */ ,
+ int /* size */ ,
+ xGetDeviceControlReply * /* rep */
+ );
#endif /* GETDCTL_H */