Fix ecore-x edid fetch to ftech 128, not 100 bytes.
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 20 Feb 2013 08:16:54 +0000 (17:16 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 20 Feb 2013 08:16:54 +0000 (17:16 +0900)
ChangeLog
NEWS
src/lib/ecore_x/xlib/ecore_x_randr.c

index 8e82519..8bbb585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-20  Carsten Haitzler (The Rasterman)
+
+        * Fix ecore-x edid fetch to ftech 128, not 100 bytes.
+        
 2013-02-20  Cedric Bail
 
        * Properly report file not found in Edje.
diff --git a/NEWS b/NEWS
index 8fa05e6..cff0943 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -175,3 +175,5 @@ Fixes:
     * Fix edje_color_class_list() and edje_text_class_list() to look at right hashes.
     * Evas: Fix Evas_Object_Text when LTR and RTL are used in the same paragraph.
     * Properly report file not found in Edje.
+    * Fix ecore-x edid fetch to ftech 128, not 100 bytes.
+    
index ec016db..bda1c9e 100644 (file)
@@ -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))
      {