princeamd pushed a commit to branch ecore-1.7.

commit b362deb54b240c9d0a6e7d3d3810f9682e3ee059
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Feb 20 17:16:54 2013 +0900

    Backport: c5ade50 :: Fix ecore-x edid fetch to ftech 128, not 100 bytes.
    
    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 ec016db..bda1c9e 100644
--- a/src/lib/ecore_x/xlib/ecore_x_randr.c
+++ b/src/lib/ecore_x/xlib/ecore_x_randr.c
@@ -2698,7 +2698,7 @@ ecore_x_randr_output_edid_get(Ecore_X_Window root 
EINA_UNUSED, Ecore_X_Randr_Out
    /* get the output property
     * 
     * NB: Returns 0 on success */
-   if (!XRRGetOutputProperty(_ecore_x_disp, output, edid, 0, 100, False, 
False, 
+   if (!XRRGetOutputProperty(_ecore_x_disp, output, edid, 0, 128, False, False,
                             AnyPropertyType, &type, &format, &nitems, 
                             &bytes, &prop))
      {

-- 

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

Build for Windows Store.

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

Reply via email to