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.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getkmap.h b/nx-X11/programs/Xserver/Xi/getkmap.h
index 4c5f8689b..58c8f12e6 100644
--- a/nx-X11/programs/Xserver/Xi/getkmap.h
+++ b/nx-X11/programs/Xserver/Xi/getkmap.h
@@ -30,19 +30,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef GETKMAP_H
#define GETKMAP_H 1
-int
-SProcXGetDeviceKeyMapping(
- ClientPtr /* client */
+int SProcXGetDeviceKeyMapping(ClientPtr /* client */
);
-int
-ProcXGetDeviceKeyMapping(
- ClientPtr /* client */
+int ProcXGetDeviceKeyMapping(ClientPtr /* client */
);
-void
-SRepXGetDeviceKeyMapping (
- ClientPtr /* client */,
+void SRepXGetDeviceKeyMapping(ClientPtr /* client */ ,
int /* size */ ,
xGetDeviceKeyMappingReply * /* rep */
);