From: Christopher Michael Date: Fri, 1 Feb 2013 12:06:55 +0000 (+0000) Subject: Tell X to create the edid atom if it is missing so we can return valid X-Git-Tag: submit/devel/efl/20131022.203902~1912 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdb82dc2dfd0c44db4552f352ac38923e3f94a69;p=platform%2Fupstream%2Fefl.git Tell X to create the edid atom if it is missing so we can return valid edid information. Signed-off-by: Christopher Michael SVN revision: 83556 --- diff --git a/src/lib/ecore_x/xlib/ecore_x_randr.c b/src/lib/ecore_x/xlib/ecore_x_randr.c index 91ec935..9226b05 100644 --- a/src/lib/ecore_x/xlib/ecore_x_randr.c +++ b/src/lib/ecore_x/xlib/ecore_x_randr.c @@ -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