On Fri, 09 Aug 2013 14:16:32 +0100 Christopher Michael <[email protected]>
said:

> On 09/08/13 14:07, Carsten Haitzler - Enlightenment Git (Rasterman) wrote:
> > raster pushed a commit to branch master.
> >
> > commit 9b8f67ec4d472eb76345acf766cfaa8f7c25d2be
> > Author: Carsten Haitzler (Rasterman) <[email protected]>
> > Date:   Fri Aug 9 22:06:12 2013 +0900
> >
> >      evas - minor visual fixup with impossible border scaling to be more
> > sensible
> > ---
> >   src/lib/evas/canvas/evas_object_image.c | 29 +++++++++++++++++------------
> >   1 file changed, 17 insertions(+), 12 deletions(-)
> 
> 
> > @@ -4053,6 +4053,11 @@ evas_object_image_render(Evas_Object *eo_obj,
> > Evas_Object_Protected_Data *obj, v inw = br; inh = imh - bt - bb;
> >                               outx = ox + iw - bsr; outy = oy + bst;
> >                               outw = bsr; outh = ih - bst - bsb;
> > +                            if (br == 80)
> > +                              {
> > +                                 printf("%i %i %ix%i -> %i %i %ix%i\n",
> > +                                        inx, iny, inw, inh, outx, outy,
> > outw, outh);
> > +                              }
> 
> printf in by accident or on purpose ? ;)

eeeewps! wasnt meant to go in! fixed.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to