diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-20 00:28:40 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-20 00:43:11 +0300 |
commit | a8d3dad9d9f2b9053843e655abe463a68ba8dcb7 (patch) | |
tree | ecdd1935f9aa2b76a65504c2fb95af6e19ce5016 /Xi/getdctl.h | |
parent | b0780312d80ea4af0136227f90fdd7ada3db71c5 (diff) |
xi: add DEVICE_ENABLE control
Add DEVICE_ENABLE control, which allows runtime enabling and disabling
of specific devices.
Diffstat (limited to 'Xi/getdctl.h')
-rw-r--r-- | Xi/getdctl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Xi/getdctl.h b/Xi/getdctl.h index 1417d1b38..1331a327c 100644 --- a/Xi/getdctl.h +++ b/Xi/getdctl.h @@ -52,6 +52,11 @@ void CopySwapDeviceCore(ClientPtr /* client */ , char * /* buf */ ); +void CopySwapDeviceEnable(ClientPtr /* client */ , + DeviceIntPtr /* dev */ , + char * /* buf */ + ); + void SRepXGetDeviceControl(ClientPtr /* client */ , int /* size */ , xGetDeviceControlReply * /* rep */ |