On Fri, 25 Nov 2011 11:07:51 +0900 Daniel Juyung Seo <seojuyu...@gmail.com>
said:

no - almost everyone uses scale 1.0 so they dont get affected, and those that
use scaling also play with finger size :)

> Does this need to be announced?
> I think this will affect many people.
> 
> Thanks.
> Daniel Juyung Seo (SeoZ)
> 
> On Thu, Nov 24, 2011 at 7:31 PM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
> > Log:
> > it's time we dont auto-scale finger size with scale .. set finger size
> >  to what u need/want.
> >
> >
> >
> > Author:       raster
> > Date:         2011-11-24 02:31:42 -0800 (Thu, 24 Nov 2011)
> > New Revision: 65569
> > Trac:         http://trac.enlightenment.org/e/changeset/65569
> >
> > Modified:
> >  trunk/elementary/src/lib/elm_config.c
> >
> > Modified: trunk/elementary/src/lib/elm_config.c
> > ===================================================================
> > --- trunk/elementary/src/lib/elm_config.c       2011-11-24 08:35:14 UTC
> > (rev 65568) +++ trunk/elementary/src/lib/elm_config.c       2011-11-24
> > 10:31:42 UTC (rev 65569) @@ -1311,8 +1311,6 @@
> >    s = getenv("ELM_SCALE");
> >    if (s) _elm_config->scale = atof(s);
> >
> > -   _elm_config->finger_size =
> > -     (double)_elm_config->finger_size * _elm_config->scale;
> >    s = getenv("ELM_FINGER_SIZE");
> >    if (s) _elm_config->finger_size = atoi(s);
> >
> >
> >
> > ------------------------------------------------------------------------------
> > All the data continuously generated in your IT infrastructure
> > contains a definitive record of customers, application performance,
> > security threats, fraudulent activity, and more. Splunk takes this
> > data and makes sense of it. IT sense. And common sense.
> > http://p.sf.net/sfu/splunk-novd2d
> > _______________________________________________
> > enlightenment-svn mailing list
> > enlightenment-...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> >
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure 
> contains a definitive record of customers, application performance, 
> security threats, fraudulent activity, and more. Splunk takes this 
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to