diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/chgdctl.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/chgdctl.h | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/Xi/chgdctl.h b/nx-X11/programs/Xserver/Xi/chgdctl.h index 1d1a6214d..9cda225cb 100644 --- a/nx-X11/programs/Xserver/Xi/chgdctl.h +++ b/nx-X11/programs/Xserver/Xi/chgdctl.h @@ -30,21 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef CHGDCTL_H #define CHGDCTL_H 1 -int -SProcXChangeDeviceControl( - ClientPtr /* client */ - ); - -int -ProcXChangeDeviceControl( - ClientPtr /* client */ - ); - -void -SRepXChangeDeviceControl ( - ClientPtr /* client */, - int /* size */, - xChangeDeviceControlReply * /* rep */ - ); +int SProcXChangeDeviceControl(ClientPtr /* client */ + ); + +int ProcXChangeDeviceControl(ClientPtr /* client */ + ); + +void SRepXChangeDeviceControl(ClientPtr /* client */ , + int /* size */ , + xChangeDeviceControlReply * /* rep */ + ); #endif /* CHGDCTL_H */ |