Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/directfb


Modified Files:
        evas_engine_dfb.c 


Log Message:
fix up some orphaned context handling in previous commit

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/directfb/evas_engine_dfb.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_engine_dfb.c   30 Sep 2006 10:18:34 -0000      1.6
+++ evas_engine_dfb.c   14 Oct 2006 04:43:28 -0000      1.7
@@ -728,8 +728,8 @@
    Render_Engine *re;
 
    re = (Render_Engine *)data;
-   return evas_common_polygon_point_add(polygon, x, y);
    context = NULL;
+   return evas_common_polygon_point_add(polygon, x, y);
 }
 
 void *
@@ -738,8 +738,8 @@
    Render_Engine *re;
 
    re = (Render_Engine *)data;
-   return evas_common_polygon_points_clear(polygon);
    context = NULL;
+   return evas_common_polygon_points_clear(polygon);
 }
 
 void
@@ -792,7 +792,6 @@
 
    re = (Render_Engine *)data;
    evas_common_gradient_color_stop_add(gradient, r, g, b, a, delta);
-   context = NULL;
 }
 
 void
@@ -802,7 +801,6 @@
 
    re = (Render_Engine *)data;
    evas_common_gradient_alpha_stop_add(gradient, a, delta);
-   context = NULL;
 }
 
 void
@@ -812,7 +810,6 @@
 
    re = (Render_Engine *)data;
    evas_common_gradient_color_data_set(gradient, map, len, has_alpha);
-   context = NULL;
 }
 
 void
@@ -822,7 +819,6 @@
 
    re = (Render_Engine *)data;
    evas_common_gradient_alpha_data_set(gradient, alpha_map, len);
-   context = NULL;
 }
 
 void
@@ -832,7 +828,6 @@
 
    re = (Render_Engine *)data;
    evas_common_gradient_clear(gradient);
-   context = NULL;
 }
 
 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

Reply via email to