mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
define SDevicePresenceNotifyEvent prototype
This commit is contained in:
parent
7f36cc533e
commit
737e6e4836
1 changed files with 6 additions and 0 deletions
|
|
@ -104,6 +104,12 @@ SDeviceMappingNotifyEvent (
|
|||
deviceMappingNotify * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
SDevicePresenceNotifyEvent (
|
||||
devicePresenceNotify * /* from */,
|
||||
devicePresenceNotify * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
FixExtensionEvents (
|
||||
ExtensionEntry * /* extEntry */
|
||||
|
|
|
|||
Loading…
Reference in a new issue