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

(-)a/src/synapticsstr.h (-4 / +3 lines)
Lines 28-40 Link Here
28
#define LogMessageVerbSigSafe xf86MsgVerb
28
#define LogMessageVerbSigSafe xf86MsgVerb
29
#endif
29
#endif
30
30
31
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 19
31
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) > 19
32
#if GET_ABI_MINOR(ABI_XINPUT_VERSION) >= 2
32
#define NO_DRIVER_SCALING 1
33
#elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 19 && GET_ABI_MINOR(ABI_XINPUT_VERSION) >= 2
33
/* as of 19.2, the server takes device resolution into account when scaling
34
/* as of 19.2, the server takes device resolution into account when scaling
34
   relative events from abs device, so we must not scale in synaptics. */
35
   relative events from abs device, so we must not scale in synaptics. */
35
#define NO_DRIVER_SCALING 1
36
#define NO_DRIVER_SCALING 1
36
#endif
37
#endif
37
#endif
38
38
39
#ifdef DBG
39
#ifdef DBG
40
#undef DBG
40
#undef DBG
41
-

Return to bug 499366