diff options
author | Paulo Ricardo Zanoni <prz05@c3sl.ufpr.br> | 2007-04-26 15:58:50 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-04-26 15:58:50 +0930 |
commit | 82f97e1c0cc15b050edc82a8f3b9a423d6cf5fe7 (patch) | |
tree | 6f9c7205f391c65ef8076736abc3cb135ce19d88 /mi/mi.h | |
parent | d61ed6c8a2823a3532439d5cb9f355129c93f523 (diff) |
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.
Diffstat (limited to 'mi/mi.h')
-rw-r--r-- | mi/mi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,6 +158,7 @@ extern void mieqEnqueue( ); extern void mieqSwitchScreen( + DeviceIntPtr /* pDev */, ScreenPtr /*pScreen*/, Bool /*fromDIX*/ ); |