Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/buffer Modified Files: evas_engine.c Log Message: dont lose context pointer =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/buffer/evas_engine.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- evas_engine.c 18 Jun 2005 01:00:31 -0000 1.18 +++ evas_engine.c 6 Nov 2005 05:29:47 -0000 1.19 @@ -219,7 +219,8 @@ info->info.func.free_update_region); e->engine.data.output = re; if (!e->engine.data.output) return; - e->engine.data.context = e->engine.func->context_new(e->engine.data.output); + if (!e->engine.data.context) + e->engine.data.context = e->engine.func->context_new(e->engine.data.output); } static void * ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs