aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/getkmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/getkmap.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/getkmap.h26
1 files changed, 10 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getkmap.h b/nx-X11/programs/Xserver/Xi/getkmap.h
index 4e8b4ba3a..58c8f12e6 100644
--- a/nx-X11/programs/Xserver/Xi/getkmap.h
+++ b/nx-X11/programs/Xserver/Xi/getkmap.h
@@ -30,21 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef GETKMAP_H
#define GETKMAP_H 1
-int
-SProcXGetDeviceKeyMapping(
- ClientPtr /* client */
- );
-
-int
-ProcXGetDeviceKeyMapping(
- ClientPtr /* client */
- );
-
-void
-SRepXGetDeviceKeyMapping (
- ClientPtr /* client */,
- int /* size */,
- xGetDeviceKeyMappingReply * /* rep */
- );
+int SProcXGetDeviceKeyMapping(ClientPtr /* client */
+ );
+
+int ProcXGetDeviceKeyMapping(ClientPtr /* client */
+ );
+
+void SRepXGetDeviceKeyMapping(ClientPtr /* client */ ,
+ int /* size */ ,
+ xGetDeviceKeyMappingReply * /* rep */
+ );
#endif /* GETKMAP_H */