aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/getprop.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/getprop.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/getprop.h42
1 files changed, 17 insertions, 25 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getprop.h b/nx-X11/programs/Xserver/Xi/getprop.h
index fd9011603..1a7b128b2 100644
--- a/nx-X11/programs/Xserver/Xi/getprop.h
+++ b/nx-X11/programs/Xserver/Xi/getprop.h
@@ -30,30 +30,22 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef GETPROP_H
#define GETPROP_H 1
-int
-SProcXGetDeviceDontPropagateList(
- ClientPtr /* client */
- );
-
-int
-ProcXGetDeviceDontPropagateList (
- ClientPtr /* client */
- );
-
-XEventClass *
-ClassFromMask (
- XEventClass * /* buf */,
- Mask /* mask */,
- int /* maskndx */,
- CARD16 * /* count */,
- int /* mode */
- );
-
-void
-SRepXGetDeviceDontPropagateList (
- ClientPtr /* client */,
- int /* size */,
- xGetDeviceDontPropagateListReply * /* rep */
- );
+int SProcXGetDeviceDontPropagateList(ClientPtr /* client */
+ );
+
+int ProcXGetDeviceDontPropagateList(ClientPtr /* client */
+ );
+
+XEventClass *ClassFromMask(XEventClass * /* buf */ ,
+ Mask /* mask */ ,
+ int /* maskndx */ ,
+ CARD16 * /* count */ ,
+ int /* mode */
+ );
+
+void SRepXGetDeviceDontPropagateList(ClientPtr /* client */ ,
+ int /* size */ ,
+ xGetDeviceDontPropagateListReply * /* rep */
+ );
#endif /* GETPROP_H */