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:
Zhao Yakui 2009-09-30 07:31:57 +00:00 committed by Eric Anholt
parent fcc2ee48b8
commit 2f134b8444
1 changed files with 1 additions and 0 deletions

View File

@ -1148,6 +1148,7 @@ drmmode_output_set_property(xf86OutputPtr output, Atom property,
return TRUE;
}
}
return FALSE;
}
}