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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/arch/unix/joy.c
0
++ src/arch/unix/joy.c
Lines 124-130 Link Here
124
#define JS_DATA_TYPE joystick
124
#define JS_DATA_TYPE joystick
125
#define JS_RETURN    sizeof(struct joystick)
125
#define JS_RETURN    sizeof(struct joystick)
126
int     use_old_api=1;
126
int     use_old_api=1;
127
#elif
127
#else
128
#error Unknown Joystick
128
#error Unknown Joystick
129
#endif
129
#endif
130
130

Return to bug 269311