xfree86: ModeDebug is a boolean, not a string

Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
Julien Cristau 2009-02-16 21:56:03 +01:00
parent f5bf1fdaf3
commit ab331aa76f

View File

@ -475,7 +475,7 @@ enum {
};
static OptionInfoRec xf86DeviceOptions[] = {
{OPTION_MODEDEBUG, "ModeDebug", OPTV_STRING, {0}, FALSE },
{OPTION_MODEDEBUG, "ModeDebug", OPTV_BOOLEAN, {0}, FALSE },
{-1, NULL, OPTV_NONE, {0}, FALSE },
};