Tell X to create the edid atom if it is missing so we can return valid

edid information.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83556
This commit is contained in:
Christopher Michael 2013-02-01 12:06:55 +00:00 committed by Christopher Michael
parent e6be42978b
commit cdb82dc2df
1 changed files with 1 additions and 1 deletions

View File

@ -2528,7 +2528,7 @@ ecore_x_randr_output_edid_get(Ecore_X_Window root EINA_UNUSED, Ecore_X_Randr_Out
if (_randr_version < RANDR_VERSION_1_2) return NULL;
/* try to get the edid atom */
if (!(edid = XInternAtom(_ecore_x_disp, RR_PROPERTY_RANDR_EDID, True)))
if (!(edid = XInternAtom(_ecore_x_disp, RR_PROPERTY_RANDR_EDID, False)))
return NULL;
/* get the output property