On Thu, 6 Jan 2011 10:29:41 +0900 sangho park <gouach...@gmail.com> said:

ok in svn - with one fix. TOUCH_HOLD_RANGE should really use finger size - i
changed it to use elm_finger_size_get().

> thanks for your comments.
> I revised and patched again.
> 
> On Tue, Jan 4, 2011 at 6:54 PM, Carsten Haitzler <ras...@rasterman.com>wrote:
> 
> > On Wed, 22 Dec 2010 17:14:14 +0900 sangho park <gouach...@gmail.com> said:
> >
> > > Dear all,
> > >
> > > This is a patch for elm_map pinch zoom.
> > > you can zoom in/out using two fingers.
> > >
> > > - add event handler for multi touch.
> >
> > hmm other than some formatting things - like use ()'s in ifs
> >
> > if (((a + b) < c) && (c == d)
> >
> > instead of
> > if (a + b < c && c == d)
> >
> > use more ()'s to be explicit on the order of operations and groupings.
> >
> > also - you keep the event list as a global - you really should store it per
> > elm
> > map obj in the widget data (and of course free it when object is deleted).
> > can
> > you fix these? i've attached a "fixed up" patch with some of the above (and
> > a
> > few others formatting fixes). make the event list per elm map obj and you
> > are
> > golden.
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >
> >


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to