mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 16:50:13 +01: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…
Add table
Reference in a new issue