mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 01:20:05 +01:00
Revert "mi: make CopyGetMasterEvent() static"
This reverts commit 12c507cd1f.
This commit is contained in:
parent
08f3e93502
commit
859e4282d4
2 changed files with 6 additions and 1 deletions
5
mi/mi.h
5
mi/mi.h
|
|
@ -156,6 +156,11 @@ extern _X_EXPORT void mieqAddCallbackOnDrained(CallbackProcPtr callback,
|
|||
extern _X_EXPORT void mieqRemoveCallbackOnDrained(CallbackProcPtr callback,
|
||||
void *param);
|
||||
|
||||
extern DeviceIntPtr CopyGetMasterEvent(DeviceIntPtr /* sdev */ ,
|
||||
InternalEvent * /* original */ ,
|
||||
InternalEvent * /* copy */
|
||||
);
|
||||
|
||||
/**
|
||||
* Custom input event handler. If you need to process input events in some
|
||||
* other way than the default path, register an input event handler for the
|
||||
|
|
|
|||
|
|
@ -384,7 +384,7 @@ FixUpEventForMaster(DeviceIntPtr mdev, DeviceIntPtr sdev,
|
|||
* @param copy The event after being copied
|
||||
* @return The master device or NULL if the device is a floating slave.
|
||||
*/
|
||||
static DeviceIntPtr
|
||||
DeviceIntPtr
|
||||
CopyGetMasterEvent(DeviceIntPtr sdev,
|
||||
InternalEvent *original, InternalEvent *copy)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue