diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/getbmap.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/getbmap.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getbmap.h b/nx-X11/programs/Xserver/Xi/getbmap.h index 85d2e63e9..c6ac5af34 100644 --- a/nx-X11/programs/Xserver/Xi/getbmap.h +++ b/nx-X11/programs/Xserver/Xi/getbmap.h @@ -33,18 +33,18 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. int SProcXGetDeviceButtonMapping( ClientPtr /* client */ - ); + ); int ProcXGetDeviceButtonMapping ( ClientPtr /* client */ - ); + ); void SRepXGetDeviceButtonMapping ( ClientPtr /* client */, - int /* size */, - xGetDeviceButtonMappingReply * /* rep */ - ); + int /* size */ , + xGetDeviceButtonMappingReply * /* rep */ + ); #endif /* GETBMAP_H */ |