Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 434572
Collapse All | Expand All

(-)a/dix/getevents.c (-3 / +3 lines)
Lines 1400-1407 fill_pointer_events(InternalEvent *events, DeviceIntPtr pDev, int type, Link Here
1400
       coordinates were.
1400
       coordinates were.
1401
     */
1401
     */
1402
    if (flags & POINTER_SCREEN) {
1402
    if (flags & POINTER_SCREEN) {
1403
        screenx = sx;
1403
        scr = miPointerGetScreen(pDev);
1404
        screeny = sy;
1404
        screenx = sx + scr->x;
1405
        screeny = sy + scr->y;
1405
    }
1406
    }
1406
1407
1407
    scr = positionSprite(pDev, (flags & POINTER_ABSOLUTE) ? Absolute : Relative,
1408
    scr = positionSprite(pDev, (flags & POINTER_ABSOLUTE) ? Absolute : Relative,
1408
- 

Return to bug 434572