xserver: Branch 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Mon Feb 16 14:09:21 PST 2009


 hw/xfree86/modes/xf86Crtc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab331aa76f0bc6a85a519b2deaafa4ce8a070c53
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Feb 16 21:56:03 2009 +0100

    xfree86: ModeDebug is a boolean, not a string
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>

diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
index f65246e..7226f4f 100644
--- a/hw/xfree86/modes/xf86Crtc.c
+++ b/hw/xfree86/modes/xf86Crtc.c
@@ -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 },
 };
 


More information about the xorg-commit mailing list