mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 23:00:05 +01:00
xfree86: ModeDebug is a boolean, not a string
Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
f5bf1fdaf3
commit
ab331aa76f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue