mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
xfree86: Remove extraOptions parameter from xf86CollectInputOptions.
And unexport it, drivers don't need to call this in the new init process. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
parent
2199842ed5
commit
34ade08174
3 changed files with 3 additions and 15 deletions
|
|
@ -668,7 +668,7 @@ xf86AllocateInput(InputDriverPtr drv, IDevPtr idev)
|
|||
new->type_name = "UNKNOWN";
|
||||
new->conf_idev = idev;
|
||||
|
||||
xf86CollectInputOptions(new, (const char**)drv->default_options, NULL);
|
||||
xf86CollectInputOptions(new, (const char**)drv->default_options);
|
||||
xf86ProcessCommonOptions(new, new->options);
|
||||
|
||||
return new;
|
||||
|
|
|
|||
Loading…
Reference in a new issue