Change default tile-waste from 64 to 63
authorOwen W. Taylor <otaylor@fishsoup.net>
Sun, 11 Jan 2009 00:25:27 +0000 (19:25 -0500)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 16 Jan 2009 23:45:36 +0000 (23:45 +0000)
commit6d4cd416ec3155db0778246099a431331149edd2
tree0668fadeb5b3b959d4a5bf4a2b6bcfbe908c7e2b
parentb716d32000cfc309dd7c52a1ee6aad3cea398ec6
Change default tile-waste from 64 to 63

It's more sensible to use 2^n-1 for a max tile-waste value rather
than 2^n, so change the value default from 64 to 63. Example:
191 and 192 will both be sliced to 128+64 rather than having
191=>128+64, 192=>256.

http://bugzilla.openedhand.com/show_bug.cgi?id=1402

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
clutter/clutter-texture.c