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

(-)xf86-input-microtouch-1.2.0/src/microtouch.c.orig (-2 / +1 lines)
Lines 425-432 Link Here
425
	 * Device reports motions on 2 axes in absolute coordinates.
425
	 * Device reports motions on 2 axes in absolute coordinates.
426
	 * Axes min and max values are reported in raw coordinates.
426
	 * Axes min and max values are reported in raw coordinates.
427
	 */
427
	 */
428
	if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents,
428
	if (InitValuatorClassDeviceStruct (dev, 2, local->history_size, Absolute) == FALSE)
429
									local->history_size, Absolute) == FALSE)
430
	{
429
	{
431
		ErrorF ("Unable to allocate MicroTouch touchscreen ValuatorClassDeviceStruct\n");
430
		ErrorF ("Unable to allocate MicroTouch touchscreen ValuatorClassDeviceStruct\n");
432
		return !Success;
431
		return !Success;

Return to bug 276615