diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-02-15 15:14:14 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-02-26 00:58:46 +0100 |
commit | 7aca428ffe10b2cffca8fe01962aef421a5a5645 (patch) | |
tree | 959c5d4ada874c816f49888825edeeba3f005b24 /nx-X11/programs/Xserver/Xi/chgptr.h | |
parent | 41a0ba729fb67efdc5f7bd50f73f145cf5d8a153 (diff) | |
download | nx-libs-7aca428ffe10b2cffca8fe01962aef421a5a5645.tar.gz nx-libs-7aca428ffe10b2cffca8fe01962aef421a5a5645.tar.bz2 nx-libs-7aca428ffe10b2cffca8fe01962aef421a5a5645.zip |
Xi: ansify function prototypes
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/chgptr.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/chgptr.h | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/nx-X11/programs/Xserver/Xi/chgptr.h b/nx-X11/programs/Xserver/Xi/chgptr.h index c94cc4abf..aeda822aa 100644 --- a/nx-X11/programs/Xserver/Xi/chgptr.h +++ b/nx-X11/programs/Xserver/Xi/chgptr.h @@ -30,31 +30,22 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef CHGPTR_H #define CHGPTR_H 1 -int -SProcXChangePointerDevice( - ClientPtr /* client */ +int SProcXChangePointerDevice(ClientPtr /* client */ ); -int -ProcXChangePointerDevice ( - ClientPtr /* client */ +int ProcXChangePointerDevice(ClientPtr /* client */ ); -void -DeleteFocusClassDeviceStruct( - DeviceIntPtr /* dev */ +void DeleteFocusClassDeviceStruct(DeviceIntPtr /* dev */ ); -void -SendEventToAllWindows ( - DeviceIntPtr /* dev */, +void SendEventToAllWindows(DeviceIntPtr /* dev */ , Mask /* mask */ , xEvent * /* ev */ , int /* count */ ); -void -FindInterestedChildren ( /* FIXME: could be static? */ +void FindInterestedChildren( /* FIXME: could be static? */ DeviceIntPtr /* dev */ , WindowPtr /* p1 */ , Mask /* mask */ , @@ -62,9 +53,7 @@ FindInterestedChildren ( /* FIXME: could be static? */ int /* count */ ); -void -SRepXChangePointerDevice ( - ClientPtr /* client */, +void SRepXChangePointerDevice(ClientPtr /* client */ , int /* size */ , xChangePointerDeviceReply * /* rep */ ); |