Bug 17728

Summary: tslib.c problem
Product: xorg Reporter: TylerLi <sdssly>
Component: Driver/fbdevAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium CC: sdssly
Version: gitKeywords: patch
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description TylerLi 2008-09-22 21:11:59 UTC
in the hw/kdrive/linux/tslib.c file line 98 99:
private->lastx = x;
private->lasty = y;

should be changed to:

private->lastx = event.x;
private->lasty = event.y;
Comment 1 Peter Hutterer 2008-10-09 23:46:03 UTC
Pushed as d58f2c30c64e8b2d8179dac06e0a54be06099da6. Thanks for reporting.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.