Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/gl_x11 Modified Files: evas_engine.c Log Message: gl engine fixes patch from jose, and fix non mmx/sse system build =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/gl_x11/evas_engine.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- evas_engine.c 2 May 2006 07:28:49 -0000 1.9 +++ evas_engine.c 4 May 2006 11:52:46 -0000 1.10 @@ -144,7 +144,7 @@ eng_context_color_interpolation_set, eng_context_color_interpolation_get, eng_context_render_op_set, - engine_context_render_op_get, + eng_context_render_op_get, /* rectangle draw funcs */ eng_rectangle_draw, /* line draw funcs */ @@ -747,6 +747,16 @@ re = (Render_Engine *)data; evas_gl_common_gradient_fill_set(gradient, x, y, w, h); +} + +static void +eng_gradient_range_offset_set(void *data, void *gradient, float offset) +{ + Render_Engine *re; + + re = (Render_Engine *)data; + evas_gl_common_gradient_range_offset_set(gradient, offset); + } static void ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs