aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/setbmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/setbmap.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/setbmap.h26
1 files changed, 10 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/Xi/setbmap.h b/nx-X11/programs/Xserver/Xi/setbmap.h
index 7dd00c416..20ad8e077 100644
--- a/nx-X11/programs/Xserver/Xi/setbmap.h
+++ b/nx-X11/programs/Xserver/Xi/setbmap.h
@@ -30,21 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef SETBMAP_H
#define SETBMAP_H 1
-int
-SProcXSetDeviceButtonMapping(
- ClientPtr /* client */
- );
-
-int
-ProcXSetDeviceButtonMapping(
- ClientPtr /* client */
- );
-
-void
-SRepXSetDeviceButtonMapping(
- ClientPtr /* client */,
- int /* size */,
- xSetDeviceButtonMappingReply * /* rep */
- );
+int SProcXSetDeviceButtonMapping(ClientPtr /* client */
+ );
+
+int ProcXSetDeviceButtonMapping(ClientPtr /* client */
+ );
+
+void SRepXSetDeviceButtonMapping(ClientPtr /* client */ ,
+ int /* size */ ,
+ xSetDeviceButtonMappingReply * /* rep */
+ );
#endif /* SETBMAP_H */