[PATCH] Bug #14484: Fix G80SorSetProperty return value.

Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
This commit is contained in:
Søren Sandmann Pedersen
2008-02-13 10:43:28 -08:00
committed by Aaron Plattner
parent f8b24e5c72
commit 3f2a1898fe

View File

@@ -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