mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Enable event delivery for multiple heads.
Requires moving the spriteTrace into the DeviceIntRec and adjusting a few functions to take in device argument, most notably XYToWindow(). Cursor rendering on the second screen is busted.
This commit is contained in:
parent
d61ed6c8a2
commit
82f97e1c0c
16 changed files with 143 additions and 100 deletions
1
mi/mi.h
1
mi/mi.h
|
|
@ -158,6 +158,7 @@ extern void mieqEnqueue(
|
|||
);
|
||||
|
||||
extern void mieqSwitchScreen(
|
||||
DeviceIntPtr /* pDev */,
|
||||
ScreenPtr /*pScreen*/,
|
||||
Bool /*fromDIX*/
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue