From 3f2a1898fedbada151da31fc163ae54daac0e896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 13 Feb 2008 10:43:28 -0800 Subject: [PATCH] Bug #14484: Fix G80SorSetProperty return value. Signed-off-by: Aaron Plattner --- src/g80_sor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/g80_sor.c b/src/g80_sor.c index 387b1e8..0b39005 100644 --- a/src/g80_sor.c +++ b/src/g80_sor.c @@ -324,7 +324,6 @@ G80SorSetProperty(xf86OutputPtr output, Atom prop, RRPropertyValuePtr val) return FALSE; G80CrtcSetDither(output->crtc, i, TRUE); - return TRUE; } else if(prop == properties.scale.atom) { const char *s; enum G80ScaleMode oldScale, scale; @@ -383,10 +382,9 @@ G80SorSetProperty(xf86OutputPtr output, Atom prop, RRPropertyValuePtr val) return FALSE; } } - return TRUE; } - return FALSE; + return TRUE; } #endif // RANDR_12_INTERFACE -- cgit v1.2.3