aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/setdval.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/setdval.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/setdval.h26
1 files changed, 10 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/Xi/setdval.h b/nx-X11/programs/Xserver/Xi/setdval.h
index 2817b2688..40b431784 100644
--- a/nx-X11/programs/Xserver/Xi/setdval.h
+++ b/nx-X11/programs/Xserver/Xi/setdval.h
@@ -30,21 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef SETDVAL_H
#define SETDVAL_H 1
-int
-SProcXSetDeviceValuators(
- ClientPtr /* client */
- );
-
-int
-ProcXSetDeviceValuators(
- ClientPtr /* client */
- );
-
-void
-SRepXSetDeviceValuators(
- ClientPtr /* client */,
- int /* size */,
- xSetDeviceValuatorsReply * /* rep */
- );
+int SProcXSetDeviceValuators(ClientPtr /* client */
+ );
+
+int ProcXSetDeviceValuators(ClientPtr /* client */
+ );
+
+void SRepXSetDeviceValuators(ClientPtr /* client */ ,
+ int /* size */ ,
+ xSetDeviceValuatorsReply * /* rep */
+ );
#endif /* SETDVAL_H */