Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 197643 Details for
Bug 276607
x11-drivers/xf86-input-jamstudio-1.2.0 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove old Xfree stuff
xf86-input-jamstudio_remove_old_xfree_stuff.diff (text/plain), 979 bytes, created by
Pinky
on 2009-07-12 13:27:43 UTC
(
hide
)
Description:
remove old Xfree stuff
Filename:
MIME Type:
Creator:
Pinky
Created:
2009-07-12 13:27:43 UTC
Size:
979 bytes
patch
obsolete
>--- xf86-input-jamstudio-1.2.0/src/js_x.c.orig 2009-07-12 15:19:39.000000000 +0200 >+++ xf86-input-jamstudio-1.2.0/src/js_x.c 2009-07-12 15:22:31.000000000 +0200 >@@ -27,10 +27,6 @@ > #endif > > #include <sys/types.h> >-#include "xf86Version.h" >-#if XORG_VERSION_CURRENT >= XF86_VERSION_NUMERIC(3,9,0,0,0) >-#define XFREE86_V4 1 >-#endif > #include "misc.h" > #include "xf86.h" > #include "xf86_OSproc.h" >@@ -51,8 +47,6 @@ > > #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) > >-#ifdef XFREE86_V4 >- > struct hiddev_event > { > unsigned hid; >@@ -192,8 +186,7 @@ > return !Success; > if (InitProximityClassDeviceStruct(pJS_X) == FALSE) > return !Success; >- if (InitValuatorClassDeviceStruct(pJS_X, nbaxes, xf86GetMotionEvents, >- local->history_size, >+ if (InitValuatorClassDeviceStruct(pJS_X, nbaxes, local->history_size, > Absolute | OutOfProximity) == FALSE) > return !Success; > else >@@ -364,4 +357,3 @@ > xf86JS_XUnplug > }; > #endif >-#endif
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 276607
:
196805
| 197643