devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=66b8698be284a8ccabeab7ecd2c80a617a641c1a

commit 66b8698be284a8ccabeab7ecd2c80a617a641c1a
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Tue Apr 5 09:18:10 2016 -0400

    ecore-xcb: Add implementation for missing Ecore_X API
    
    This patch adds an xcb implementation for ecore_x_randr_edid_model_get
    function which was missing from ecore-xcb.
    
    @fix
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/lib/ecore_x/xcb/ecore_xcb_randr.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/lib/ecore_x/xcb/ecore_xcb_randr.c 
b/src/lib/ecore_x/xcb/ecore_xcb_randr.c
index c03bfec..acc21f8 100644
--- a/src/lib/ecore_x/xcb/ecore_xcb_randr.c
+++ b/src/lib/ecore_x/xcb/ecore_xcb_randr.c
@@ -3066,6 +3066,12 @@ ecore_x_randr_edid_manufacturer_model_get(unsigned char 
*edid, unsigned long edi
    return ECORE_X_RANDR_EDID_UKNOWN_VALUE;
 }
 
+EAPI int
+ecore_x_randr_edid_model_get(unsigned char *edid, unsigned long edid_length)
+{
+   return ecore_x_randr_edid_manufacturer_model_get(edid, edid_length);
+}
+
 /* local functions */
 static Eina_Bool
 _ecore_xcb_randr_output_validate(Ecore_X_Window       root,

-- 


Reply via email to