Fix ecore-x edid fetch to ftech 128, not 100 bytes.

This commit is contained in:
Carsten Haitzler 2013-02-20 17:16:54 +09:00
parent 61287fce38
commit c5ade50c9f
3 changed files with 7 additions and 1 deletions

View File

@ -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.

2
NEWS
View File

@ -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.

View 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))
{