diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/queryst.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/queryst.h | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/Xi/queryst.h b/nx-X11/programs/Xserver/Xi/queryst.h index 53378bb6c..9232ff666 100644 --- a/nx-X11/programs/Xserver/Xi/queryst.h +++ b/nx-X11/programs/Xserver/Xi/queryst.h @@ -30,21 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef QUERYST_H #define QUERYST_H 1 -int -SProcXQueryDeviceState( - ClientPtr /* client */ - ); - -int -ProcXQueryDeviceState( - ClientPtr /* client */ - ); - -void -SRepXQueryDeviceState ( - ClientPtr /* client */, - int /* size */, - xQueryDeviceStateReply * /* rep */ - ); +int SProcXQueryDeviceState(ClientPtr /* client */ + ); + +int ProcXQueryDeviceState(ClientPtr /* client */ + ); + +void SRepXQueryDeviceState(ClientPtr /* client */ , + int /* size */ , + xQueryDeviceStateReply * /* rep */ + ); #endif /* QUERYST_H */ |