Bug 18988

Summary: Synaptics compilation issue: 'opts' undeclared
Product: xorg Reporter: Manuel Schilt <baboo>
Component: Input/synapticsAssignee: Peter Hutterer <peter.hutterer>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: low Keywords: patch
Version: unspecified   
Hardware: x86 (IA32)   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
just add pointer opts
none
0001-Fix-compilation-issue-opts-undeclared-for-XINPUT-A.patch none

Description Manuel Schilt 2008-12-09 14:39:50 UTC
Created attachment 20961 [details] [review]
just add pointer opts

I always got this compilation error:

synaptics.c: In function 'SynapticsPreInit':
synaptics.c:594: error: 'opts' undeclared (first use in this function)
synaptics.c:594: error: (Each undeclared identifier is reported only once
synaptics.c:594: error: for each function it appears in.)


pointer opts was not initialized in function 'SynapticsPreInit'.
Comment 1 Peter Hutterer 2008-12-09 15:31:32 UTC
Created attachment 20964 [details] [review]
0001-Fix-compilation-issue-opts-undeclared-for-XINPUT-A.patch
Comment 2 Peter Hutterer 2008-12-11 17:36:42 UTC
Pushed as 8d5cf39e7f37ce78aaec423a9da397d72b1629d2. Thanks for the report.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.