mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Merge branch 'master' into XACE-SELINUX
Conflicts: dix/privates.c
This commit is contained in:
commit
1f06d32ef5
64 changed files with 1363 additions and 639 deletions
|
|
@ -444,7 +444,10 @@ extern DeviceIntPtr LookupDeviceIntRec(
|
|||
|
||||
/* Implemented by the DDX. */
|
||||
extern int NewInputDeviceRequest(
|
||||
InputOption *options);
|
||||
InputOption *options,
|
||||
DeviceIntPtr *dev);
|
||||
extern void DeleteInputDeviceRequest(
|
||||
DeviceIntPtr dev);
|
||||
|
||||
extern void DDXRingBell(
|
||||
int volume,
|
||||
|
|
|
|||
Loading…
Reference in a new issue