diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-02-11 22:01:11 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-02-26 00:58:46 +0100 |
commit | 41a0ba729fb67efdc5f7bd50f73f145cf5d8a153 (patch) | |
tree | 4000aa2277bf5ae33598fb0acee7ad415f73cfc1 /nx-X11/programs/Xserver/Xi/listdev.h | |
parent | 5bfafee5087bcbc37b7f8db246b20d7a4bba5731 (diff) | |
download | nx-libs-41a0ba729fb67efdc5f7bd50f73f145cf5d8a153.tar.gz nx-libs-41a0ba729fb67efdc5f7bd50f73f145cf5d8a153.tar.bz2 nx-libs-41a0ba729fb67efdc5f7bd50f73f145cf5d8a153.zip |
Xi: reformat code, ansify
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/listdev.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/listdev.h | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/nx-X11/programs/Xserver/Xi/listdev.h b/nx-X11/programs/Xserver/Xi/listdev.h index 629dca215..75e5ff4cd 100644 --- a/nx-X11/programs/Xserver/Xi/listdev.h +++ b/nx-X11/programs/Xserver/Xi/listdev.h @@ -33,70 +33,70 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. int SProcXListInputDevices( ClientPtr /* client */ - ); + ); int ProcXListInputDevices ( ClientPtr /* client */ - ); + ); void SizeDeviceInfo ( DeviceIntPtr /* d */, - int * /* namesize */, - int * /* size */ - ); + int * /* namesize */ , + int * /* size */ + ); void ListDeviceInfo ( ClientPtr /* client */, - DeviceIntPtr /* d */, - xDeviceInfoPtr /* dev */, - char ** /* devbuf */, - char ** /* classbuf */, - char ** /* namebuf */ - ); + DeviceIntPtr /* d */ , + xDeviceInfoPtr /* dev */ , + char ** /* devbuf */ , + char ** /* classbuf */ , + char ** /* namebuf */ + ); void CopyDeviceName ( char ** /* namebuf */, - char * /* name */ - ); + char * /* name */ + ); void CopySwapDevice ( ClientPtr /* client */, - DeviceIntPtr /* d */, - int /* num_classes */, - char ** /* buf */ - ); + DeviceIntPtr /* d */ , + int /* num_classes */ , + char ** /* buf */ + ); void CopySwapKeyClass ( ClientPtr /* client */, - KeyClassPtr /* k */, - char ** /* buf */ - ); + KeyClassPtr /* k */ , + char ** /* buf */ + ); void CopySwapButtonClass ( ClientPtr /* client */, - ButtonClassPtr /* b */, - char ** /* buf */ - ); + ButtonClassPtr /* b */ , + char ** /* buf */ + ); int CopySwapValuatorClass ( ClientPtr /* client */, - ValuatorClassPtr /* v */, - char ** /* buf */ - ); + ValuatorClassPtr /* v */ , + char ** /* buf */ + ); void SRepXListInputDevices ( ClientPtr /* client */, - int /* size */, - xListInputDevicesReply * /* rep */ - ); + int /* size */ , + xListInputDevicesReply * /* rep */ + ); #endif /* LISTDEV_H */ |