Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 331790 Details for
Bug 446432
x11-drivers/xf86-input-tslib does not work with xorg > 1.11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
xinput-setscreen-compat.patch (text/plain), 782 bytes, created by
Gianluigi Tiesi
on 2012-12-08 04:50:43 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Gianluigi Tiesi
Created:
2012-12-08 04:50:43 UTC
Size:
782 bytes
patch
obsolete
>diff -ur xf86-input-tslib-0.0.6.orig/src/tslib.c xf86-input-tslib-0.0.6/src/tslib.c >--- xf86-input-tslib-0.0.6.orig/src/tslib.c 2012-12-05 01:12:16.286597071 +0100 >+++ xf86-input-tslib-0.0.6/src/tslib.c 2012-12-05 01:11:02.686598595 +0100 >@@ -75,6 +75,19 @@ > #define COLLECT_INPUT_OPTIONS(pInfo, options) xf86CollectInputOptions((pInfo), (options)) > #endif > >+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) > 13 >+static void >+xf86XInputSetScreen(InputInfoPtr pInfo, >+ int screen_number, >+ int x, >+ int y) >+{ >+ if (miPointerGetScreen(pInfo->dev) != >+ screenInfo.screens[screen_number]) { >+ miPointerSetScreen(pInfo->dev, screen_number, x, y); >+ } >+} >+#endif > > enum { TSLIB_ROTATE_NONE=0, TSLIB_ROTATE_CW=270, TSLIB_ROTATE_UD=180, TSLIB_ROTATE_CCW=90 }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 446432
: 331790