diff options
Diffstat (limited to 'xorg-server/Xi/listdev.h')
-rw-r--r-- | xorg-server/Xi/listdev.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xorg-server/Xi/listdev.h b/xorg-server/Xi/listdev.h index b0d2dd5e2..39ea2389f 100644 --- a/xorg-server/Xi/listdev.h +++ b/xorg-server/Xi/listdev.h @@ -30,17 +30,17 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef LISTDEV_H #define LISTDEV_H 1 -#define VPC 20 /* Max # valuators per chunk */ +#define VPC 20 /* Max # valuators per chunk */ -int SProcXListInputDevices(ClientPtr /* client */ +int SProcXListInputDevices(ClientPtr /* client */ ); -int ProcXListInputDevices(ClientPtr /* client */ +int ProcXListInputDevices(ClientPtr /* client */ ); void SRepXListInputDevices(ClientPtr /* client */ , - int /* size */ , - xListInputDevicesReply * /* rep */ + int /* size */ , + xListInputDevicesReply * /* rep */ ); -#endif /* LISTDEV_H */ +#endif /* LISTDEV_H */ |