xf86-video-intel: src/drmmode_display.c

Eric Anholt anholt at kemper.freedesktop.org
Tue Oct 13 12:32:30 PDT 2009


 src/drmmode_display.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2f134b84445d2d0bfe3d81276bc7f6648df062ee
Author: Zhao Yakui <yakui.zhao at intel.com>
Date:   Wed Sep 30 07:31:57 2009 +0000

    Return failure when the enum-type output property values are not found
    
    Failure to do so causes xrandr to report incorrect property values.
    
    Signed-off-by: Zhao Yakui <yakui.zhao at intel.com>
    Signed-off-by: Eric Anholt <eric at anholt.net>

diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 472bc74..3417cab 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -1148,6 +1148,7 @@ drmmode_output_set_property(xf86OutputPtr output, Atom property,
 		    return TRUE;
 		}
 	    }
+	    return FALSE;
 	}
     }
 


More information about the xorg-commit mailing list