mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 17:18:53 +02:00
fix percent options parsing
Signed-off-by: Simon Thum <simon.thum@gmx.de> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
46b4979601
commit
2fbccc881b
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ LookupBoolOption(pointer optlist, const char *name, int deflt, Bool markUsed)
|
||||||
return deflt;
|
return deflt;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static double
|
||||||
LookupPercentOption(pointer optlist, const char *name, double deflt, Bool markUsed)
|
LookupPercentOption(pointer optlist, const char *name, double deflt, Bool markUsed)
|
||||||
{
|
{
|
||||||
OptionInfoRec o;
|
OptionInfoRec o;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue