diff options
Diffstat (limited to 'xorg-server/Xi/getbmap.h')
-rw-r--r-- | xorg-server/Xi/getbmap.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg-server/Xi/getbmap.h b/xorg-server/Xi/getbmap.h index d95b3c67c..8b107d026 100644 --- a/xorg-server/Xi/getbmap.h +++ b/xorg-server/Xi/getbmap.h @@ -30,15 +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 SProcXGetDeviceButtonMapping(ClientPtr /* client */ ); -int ProcXGetDeviceButtonMapping(ClientPtr /* client */ +int ProcXGetDeviceButtonMapping(ClientPtr /* client */ ); void SRepXGetDeviceButtonMapping(ClientPtr /* client */ , - int /* size */ , - xGetDeviceButtonMappingReply * /* rep */ + int /* size */ , + xGetDeviceButtonMappingReply * /* rep */ ); -#endif /* GETBMAP_H */ +#endif /* GETBMAP_H */ |