[Pkg-e-commits] [SCM] Enlightenment DR17 advanced canvas library branch, upstream-vcs, updated. 069f3cc6c93f253bffbc90289fe21d868f745bb6

doursse doursse at alioth.debian.org
Sat Jun 7 18:24:27 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit e0fe2a5dbe2bb1912e40ed80a07b4abdf575b089
Author: doursse <doursse>
Date:   Fri May 30 05:56:53 2008 +0000

    missing EAPI in front of evas_common_gradient_geometer_get()
    
    other gradient related functions (lines 1138 - 1143) seem to
    be used only internally. Maybe we should move them elsewhere.

diff --git a/src/lib/include/evas_common.h b/src/lib/include/evas_common.h
index 87c1a14..1289556 100644
--- a/src/lib/include/evas_common.h
+++ b/src/lib/include/evas_common.h
@@ -1134,7 +1134,7 @@ EAPI void           evas_common_gradient_map_direction_set(RGBA_Gradient *gr, in
 EAPI void           evas_common_gradient_map              (RGBA_Draw_Context *dc, RGBA_Gradient *gr, int len);
 EAPI void           evas_common_gradient_draw             (RGBA_Image *dst, RGBA_Draw_Context *dc, int x, int y, int w, int h, RGBA_Gradient *gr);
 
-RGBA_Gradient_Type *evas_common_gradient_geometer_get    (const char *name);
+EAPI RGBA_Gradient_Type *evas_common_gradient_geometer_get    (const char *name);
 RGBA_Gradient_Type *evas_common_gradient_linear_get      (void);
 RGBA_Gradient_Type *evas_common_gradient_radial_get      (void);
 RGBA_Gradient_Type *evas_common_gradient_angular_get     (void);

-- 
Enlightenment DR17 advanced canvas library



More information about the Pkg-e-commits mailing list