From cdb82dc2dfd0c44db4552f352ac38923e3f94a69 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 1 Feb 2013 12:06:55 +0000 Subject: [PATCH] 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 --- src/lib/ecore_x/xlib/ecore_x_randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_x/xlib/ecore_x_randr.c b/src/lib/ecore_x/xlib/ecore_x_randr.c index 91ec935b01..9226b055fd 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