Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 197636 Details for
Bug 276604
x11-drivers/xf86-input-dynapro-1.1.2 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build error
xf86-input-dynapro_build_fix-00.patch (text/plain), 631 bytes, created by
Pinky
on 2009-07-12 12:49:12 UTC
(
hide
)
Description:
fix build error
Filename:
MIME Type:
Creator:
Pinky
Created:
2009-07-12 12:49:12 UTC
Size:
631 bytes
patch
obsolete
>--- xf86-input-dynapro-1.1.2/src/xf86Dyna.c.orig 2009-07-12 14:42:15.000000000 +0200 >+++ xf86-input-dynapro-1.1.2/src/xf86Dyna.c 2009-07-12 14:44:15.000000000 +0200 >@@ -296,8 +296,8 @@ > * Device reports motions on 2 axes in absolute coordinates. > * Axes min and max values are reported in raw coordinates. > */ >- if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents, >- pInfo->history_size, Absolute) == FALSE) >+ if (InitValuatorClassDeviceStruct (dev, 2, pInfo->history_size, >+ Absolute) == FALSE) > { > ErrorF ("Unable to allocate Dynapro ValuatorClassDeviceStruct\n"); > return !Success;
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 276604
:
196804
| 197636