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

(-)xf86-input-tslib-0.0.6.orig/src/tslib.c (+13 lines)
Lines 75-80 Link Here
75
#define COLLECT_INPUT_OPTIONS(pInfo, options) xf86CollectInputOptions((pInfo), (options))
75
#define COLLECT_INPUT_OPTIONS(pInfo, options) xf86CollectInputOptions((pInfo), (options))
76
#endif
76
#endif
77
77
78
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) > 13
79
static void
80
xf86XInputSetScreen(InputInfoPtr	pInfo,
81
		    int			screen_number,
82
		    int			x,
83
		    int			y)
84
{
85
    if (miPointerGetScreen(pInfo->dev) !=
86
          screenInfo.screens[screen_number]) {
87
	miPointerSetScreen(pInfo->dev, screen_number, x, y);
88
    }
89
}
90
#endif
78
91
79
enum { TSLIB_ROTATE_NONE=0, TSLIB_ROTATE_CW=270, TSLIB_ROTATE_UD=180, TSLIB_ROTATE_CCW=90 };
92
enum { TSLIB_ROTATE_NONE=0, TSLIB_ROTATE_CW=270, TSLIB_ROTATE_UD=180, TSLIB_ROTATE_CCW=90 };
80
93

Return to bug 446432