ecore-xcb: Add implementation for missing Ecore_X API
authorChris Michael <cpmichael@osg.samsung.com>
Tue, 5 Apr 2016 13:18:10 +0000 (09:18 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Tue, 5 Apr 2016 13:18:10 +0000 (09:18 -0400)
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 <cpmichael@osg.samsung.com>
src/lib/ecore_x/xcb/ecore_xcb_randr.c

index c03bfec..acc21f8 100644 (file)
@@ -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,