[actor] use an epsilon whens sanity checking sizes
authorØyvind Kolås <pippin@linux.intel.com>
Thu, 19 Mar 2009 14:42:50 +0000 (14:42 +0000)
committerØyvind Kolås <pippin@linux.intel.com>
Thu, 19 Mar 2009 14:46:23 +0000 (14:46 +0000)
commite94e5ad65b34dfad507de6eb63225798434f31ff
treee4273fcf4b33c890d2740c4cb9c1db9b2d0a1765
parent7d8da0e8303a5bf57002181ae1b76e6c8546f237
[actor] use an epsilon whens sanity checking sizes

Clutter was complaining about netural width smaller than minimum widths
(differences around 0.0005) by using an epsilon value of 1e-4 for these
floating point comparisons, these warnings have now been silenced.
clutter/clutter-actor.c