From 82f97e1c0cc15b050edc82a8f3b9a423d6cf5fe7 Mon Sep 17 00:00:00 2001 From: Paulo Ricardo Zanoni Date: Thu, 26 Apr 2007 15:58:50 +0930 Subject: 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. --- mi/mi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mi/mi.h') diff --git a/mi/mi.h b/mi/mi.h index fad2d19a6..f83c42b2c 100644 --- a/mi/mi.h +++ b/mi/mi.h @@ -158,6 +158,7 @@ extern void mieqEnqueue( ); extern void mieqSwitchScreen( + DeviceIntPtr /* pDev */, ScreenPtr /*pScreen*/, Bool /*fromDIX*/ ); -- cgit v1.2.3