summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/g80_sor.c4
1 files changed, 1 insertions, 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