mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 07:20:08 +01: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;
|
||||
}
|
||||
|
||||
static int
|
||||
static double
|
||||
LookupPercentOption(pointer optlist, const char *name, double deflt, Bool markUsed)
|
||||
{
|
||||
OptionInfoRec o;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue