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@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
fcc2ee48b8
commit
2f134b8444
|
|
@ -1148,6 +1148,7 @@ drmmode_output_set_property(xf86OutputPtr output, Atom property,
|
|||
return TRUE;
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue