aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/gtmotion.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/gtmotion.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/gtmotion.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/Xi/gtmotion.h b/nx-X11/programs/Xserver/Xi/gtmotion.h
index b42a0767f..cdd8825cc 100644
--- a/nx-X11/programs/Xserver/Xi/gtmotion.h
+++ b/nx-X11/programs/Xserver/Xi/gtmotion.h
@@ -30,19 +30,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef GTMOTION_H
#define GTMOTION_H 1
-int
-SProcXGetDeviceMotionEvents(
- ClientPtr /* client */
+int SProcXGetDeviceMotionEvents(ClientPtr /* client */
);
-int
-ProcXGetDeviceMotionEvents(
- ClientPtr /* client */
+int ProcXGetDeviceMotionEvents(ClientPtr /* client */
);
-void
-SRepXGetDeviceMotionEvents (
- ClientPtr /* client */,
+void SRepXGetDeviceMotionEvents(ClientPtr /* client */ ,
int /* size */ ,
xGetDeviceMotionEventsReply * /* rep */
);