I had an annoying bug, that was supposedly related to map (according to Mike), and I assumed this was the cause, as it was fixed in the last 2 days.
I had an issues with the pager in e when switching among empty desktops (with the next/prev key-bindings). The selected desktop in the pager would sometimes (quite consistently) not show the correct desktop (while changing desktops). Could be unrelated, but since that bug was fixed, and I was told it was map related, I assumed it was it. -- Tom. On 06/09/13 14:03, Carsten Haitzler (The Rasterman) wrote: > On Fri, 06 Sep 2013 13:50:14 +0100 Tom Hacohen <[email protected]> said: > > what bug? you saw it? where? > >> Thanks! Was a very annoying bug. >> >> -- >> Tom. >> >> On 05/09/13 12:31, Carsten Haitzler - Enlightenment Git (Rasterman) wrote: >>> raster pushed a commit to branch master. >>> >>> commit 3f94953509f85588dd7cfeea72280379621dc5fc >>> Author: Carsten Haitzler (Rasterman) <[email protected]> >>> Date: Thu Sep 5 20:30:51 2013 +0900 >>> >>> evas - fix render op reset when drawing map objs :) >>> --- >>> src/lib/evas/canvas/evas_render.c | 2 ++ >>> 1 file changed, 2 insertions(+) >>> >>> diff --git a/src/lib/evas/canvas/evas_render.c >>> b/src/lib/evas/canvas/evas_render.c index 8cd9e21..3f8d942 100644 >>> --- a/src/lib/evas/canvas/evas_render.c >>> +++ b/src/lib/evas/canvas/evas_render.c >>> @@ -1309,6 +1309,8 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object >>> *eo_obj, { >>> obj->layer->evas->engine.func->context_multiplier_unset >>> (e->engine.data.output, context); >>> + obj->layer->evas->engine.func->context_render_op_set >>> + (e->engine.data.output, context, obj->cur->render_op); >>> evas_draw_image_map_async_check >>> (obj, e->engine.data.output, context, surface, >>> obj->map->surface, obj->map->spans, >>> >> >> >> ------------------------------------------------------------------------------ >> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! >> Discover the easy way to master current and previous Microsoft technologies >> and advance your career. Get an incredible 1,500+ hours of step-by-step >> tutorial videos with LearnDevNow. Subscribe today and save! >> http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > > ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
