aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/getbmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/getbmap.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/getbmap.h26
1 files changed, 10 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getbmap.h b/nx-X11/programs/Xserver/Xi/getbmap.h
index 85d2e63e9..d95b3c67c 100644
--- a/nx-X11/programs/Xserver/Xi/getbmap.h
+++ b/nx-X11/programs/Xserver/Xi/getbmap.h
@@ -30,21 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef GETBMAP_H
#define GETBMAP_H 1
-int
-SProcXGetDeviceButtonMapping(
- ClientPtr /* client */
- );
-
-int
-ProcXGetDeviceButtonMapping (
- ClientPtr /* client */
- );
-
-void
-SRepXGetDeviceButtonMapping (
- ClientPtr /* client */,
- int /* size */,
- xGetDeviceButtonMappingReply * /* rep */
- );
+int SProcXGetDeviceButtonMapping(ClientPtr /* client */
+ );
+
+int ProcXGetDeviceButtonMapping(ClientPtr /* client */
+ );
+
+void SRepXGetDeviceButtonMapping(ClientPtr /* client */ ,
+ int /* size */ ,
+ xGetDeviceButtonMappingReply * /* rep */
+ );
#endif /* GETBMAP_H */