diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/gtmotion.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/gtmotion.h | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/Xi/gtmotion.h b/nx-X11/programs/Xserver/Xi/gtmotion.h index 986eb5bad..cdd8825cc 100644 --- a/nx-X11/programs/Xserver/Xi/gtmotion.h +++ b/nx-X11/programs/Xserver/Xi/gtmotion.h @@ -30,21 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef GTMOTION_H #define GTMOTION_H 1 -int -SProcXGetDeviceMotionEvents( - ClientPtr /* client */ - ); - -int -ProcXGetDeviceMotionEvents( - ClientPtr /* client */ - ); - -void -SRepXGetDeviceMotionEvents ( - ClientPtr /* client */, - int /* size */, - xGetDeviceMotionEventsReply * /* rep */ - ); +int SProcXGetDeviceMotionEvents(ClientPtr /* client */ + ); + +int ProcXGetDeviceMotionEvents(ClientPtr /* client */ + ); + +void SRepXGetDeviceMotionEvents(ClientPtr /* client */ , + int /* size */ , + xGetDeviceMotionEventsReply * /* rep */ + ); #endif /* GTMOTION_H */ |