Bug 17728 - tslib.c problem
Summary: tslib.c problem
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/fbdev (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2008-09-22 21:11 UTC by TylerLi
Modified: 2008-10-09 23:46 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.