Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147537 | Differences between
and this patch

Collapse All | Expand All

(-)src/xdrv/wcmCommon.c (-1 / +1 lines)
Lines 1096-1102 Link Here
1096
#if defined WCM_XFREE86 || GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
1096
#if defined WCM_XFREE86 || GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
1097
	if (!miPointerCurrentScreen())
1097
	if (!miPointerCurrentScreen())
1098
#else
1098
#else
1099
	if (!miPointerGetScreen(pDev->dev))
1099
	if (!miPointerGetScreen(common->wcmDevices->local->dev))
1100
#endif
1100
#endif
1101
	{
1101
	{
1102
		DBG(1, common->debugLevel, ErrorF("xf86WcmEvent: "
1102
		DBG(1, common->debugLevel, ErrorF("xf86WcmEvent: "

Return to bug 147537