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.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/Xi/setbmap.h b/nx-X11/programs/Xserver/Xi/setbmap.h
index 1ab60359b..20ad8e077 100644
--- a/nx-X11/programs/Xserver/Xi/setbmap.h
+++ b/nx-X11/programs/Xserver/Xi/setbmap.h
@@ -30,19 +30,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef SETBMAP_H
#define SETBMAP_H 1
-int
-SProcXSetDeviceButtonMapping(
- ClientPtr /* client */
+int SProcXSetDeviceButtonMapping(ClientPtr /* client */
);
-int
-ProcXSetDeviceButtonMapping(
- ClientPtr /* client */
+int ProcXSetDeviceButtonMapping(ClientPtr /* client */
);
-void
-SRepXSetDeviceButtonMapping(
- ClientPtr /* client */,
+void SRepXSetDeviceButtonMapping(ClientPtr /* client */ ,
int /* size */ ,
xSetDeviceButtonMappingReply * /* rep */
);