summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2015-01-13 22:06:44 +0100
committerXavier Bachelot <xavier@bachelot.org>2015-01-13 22:06:44 +0100
commit8ff8235260c035b960c3552df25a9784e1049f24 (patch)
tree639c164a6f107b74b9f9ab621c5d8d65a378111c
parentbcdd1e7ef9df5dc72b9dbb2977b39e65a45f8697 (diff)
Make via_dvi_set_property return TRUE.
Other via_*_set_property just got fixed in 271c716f2060bc04a5ca8324c0d2c27473463206
-rw-r--r--src/via_outputs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/via_outputs.c b/src/via_outputs.c
index 71b059b..d488130 100644
--- a/src/via_outputs.c
+++ b/src/via_outputs.c
@@ -871,7 +871,7 @@ static Bool
via_dvi_set_property(xf86OutputPtr output, Atom property,
RRPropertyValuePtr value)
{
- return FALSE;
+ return TRUE;
}
static Bool