mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
dix GetSpriteWindow() adjusted for MPX
added device dependency for MPX to DoEnterLeaveEvents, EnterLeaveEvents, EnterNotifies, LeaveNotifies and FixUpEventFromWindow.
This commit is contained in:
parent
70383105de
commit
8c16f21d5d
6 changed files with 86 additions and 40 deletions
|
|
@ -525,7 +525,7 @@ extern Bool IsParent(
|
|||
|
||||
extern WindowPtr GetCurrentRootWindow(void);
|
||||
|
||||
extern WindowPtr GetSpriteWindow(void);
|
||||
extern WindowPtr GetSpriteWindow(DeviceIntPtr pDev);
|
||||
|
||||
|
||||
extern void NoticeEventTime(xEventPtr /* xE */);
|
||||
|
|
|
|||
Loading…
Reference in a new issue