mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserver
This commit is contained in:
commit
e26a494f41
29 changed files with 337 additions and 210 deletions
|
|
@ -55,6 +55,11 @@ void CopySwapDeviceCore(ClientPtr /* client */ ,
|
|||
char * /* buf */
|
||||
);
|
||||
|
||||
void CopySwapDeviceEnable(ClientPtr /* client */ ,
|
||||
DeviceIntPtr /* dev */ ,
|
||||
char * /* buf */
|
||||
);
|
||||
|
||||
void SRepXGetDeviceControl(ClientPtr /* client */ ,
|
||||
int /* size */ ,
|
||||
xGetDeviceControlReply * /* rep */
|
||||
|
|
|
|||
Loading…
Reference in a new issue