Revert "mi: make CopyGetMasterEvent() static"

This reverts commit 12c507cd1f.
This commit is contained in:
kohnish 2025-11-18 21:40:42 +01:00
parent 08f3e93502
commit 859e4282d4
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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)
{