aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/chgptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/chgptr.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/chgptr.h23
1 files changed, 6 insertions, 17 deletions
diff --git a/nx-X11/programs/Xserver/Xi/chgptr.h b/nx-X11/programs/Xserver/Xi/chgptr.h
index c94cc4abf..aeda822aa 100644
--- a/nx-X11/programs/Xserver/Xi/chgptr.h
+++ b/nx-X11/programs/Xserver/Xi/chgptr.h
@@ -30,31 +30,22 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef CHGPTR_H
#define CHGPTR_H 1
-int
-SProcXChangePointerDevice(
- ClientPtr /* client */
+int SProcXChangePointerDevice(ClientPtr /* client */
);
-int
-ProcXChangePointerDevice (
- ClientPtr /* client */
+int ProcXChangePointerDevice(ClientPtr /* client */
);
-void
-DeleteFocusClassDeviceStruct(
- DeviceIntPtr /* dev */
+void DeleteFocusClassDeviceStruct(DeviceIntPtr /* dev */
);
-void
-SendEventToAllWindows (
- DeviceIntPtr /* dev */,
+void SendEventToAllWindows(DeviceIntPtr /* dev */ ,
Mask /* mask */ ,
xEvent * /* ev */ ,
int /* count */
);
-void
-FindInterestedChildren ( /* FIXME: could be static? */
+void FindInterestedChildren( /* FIXME: could be static? */
DeviceIntPtr /* dev */ ,
WindowPtr /* p1 */ ,
Mask /* mask */ ,
@@ -62,9 +53,7 @@ FindInterestedChildren ( /* FIXME: could be static? */
int /* count */
);
-void
-SRepXChangePointerDevice (
- ClientPtr /* client */,
+void SRepXChangePointerDevice(ClientPtr /* client */ ,
int /* size */ ,
xChangePointerDeviceReply * /* rep */
);