princeamd pushed a commit to branch ecore-1.7.

commit 434c1abfbadd39a77da0536249f6f21c655f51b7
Author: Christopher Michael <[email protected]>
Date:   Fri Feb 1 12:06:55 2013 +0000

    Backport: cdb82dc :: Tell X to create the edid atom if it is missing so we 
can return valid edid information.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 83556
    Signed-off-by: Deon Thomas <[email protected]>
---
 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 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

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to