mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
dix: drop unused argument from XISendDeviceChangedEvent
Instead of device and master (and just using master), drop the master argument and let the callers pass in the device the event is to be sent for. No effective functional changes. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
8473e441b0
commit
fcdd2587a1
3 changed files with 5 additions and 6 deletions
|
|
@ -322,8 +322,7 @@ extern int
|
|||
XIShouldNotify(ClientPtr client, DeviceIntPtr dev);
|
||||
|
||||
extern void
|
||||
XISendDeviceChangedEvent(DeviceIntPtr device, DeviceIntPtr master,
|
||||
DeviceChangedEvent *dce);
|
||||
XISendDeviceChangedEvent(DeviceIntPtr device, DeviceChangedEvent *dce);
|
||||
|
||||
extern int
|
||||
XISetEventMask(DeviceIntPtr dev, WindowPtr win, ClientPtr client,
|
||||
|
|
|
|||
Loading…
Reference in a new issue