diff options
Diffstat (limited to 'xorg-server/Xi/queryst.h')
-rw-r--r-- | xorg-server/Xi/queryst.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg-server/Xi/queryst.h b/xorg-server/Xi/queryst.h index 9232ff666..5619ca59d 100644 --- a/xorg-server/Xi/queryst.h +++ b/xorg-server/Xi/queryst.h @@ -30,15 +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 SProcXQueryDeviceState(ClientPtr /* client */ ); -int ProcXQueryDeviceState(ClientPtr /* client */ +int ProcXQueryDeviceState(ClientPtr /* client */ ); void SRepXQueryDeviceState(ClientPtr /* client */ , - int /* size */ , - xQueryDeviceStateReply * /* rep */ + int /* size */ , + xQueryDeviceStateReply * /* rep */ ); -#endif /* QUERYST_H */ +#endif /* QUERYST_H */ |