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.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/Xi/setdval.h b/nx-X11/programs/Xserver/Xi/setdval.h
index 3eee2c533..40b431784 100644
--- a/nx-X11/programs/Xserver/Xi/setdval.h
+++ b/nx-X11/programs/Xserver/Xi/setdval.h
@@ -30,19 +30,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef SETDVAL_H
#define SETDVAL_H 1
-int
-SProcXSetDeviceValuators(
- ClientPtr /* client */
+int SProcXSetDeviceValuators(ClientPtr /* client */
);
-int
-ProcXSetDeviceValuators(
- ClientPtr /* client */
+int ProcXSetDeviceValuators(ClientPtr /* client */
);
-void
-SRepXSetDeviceValuators(
- ClientPtr /* client */,
+void SRepXSetDeviceValuators(ClientPtr /* client */ ,
int /* size */ ,
xSetDeviceValuatorsReply * /* rep */
);