fix: use max compression not default compression for edje_cc.

SVN revision: 78699
This commit is contained in:
Carsten Haitzler 2012-10-31 11:06:17 +00:00
parent cf8a61527f
commit 1441df778c
3 changed files with 7 additions and 1 deletions

View File

@ -663,3 +663,8 @@
2012-10-26 Michael Bouchaud (yoz)
* fix edje_object_scale_set with edje containing boxes and/or tables
2012-10-31 Carsten Haitzler (The Rasterman)
* Fix edje_cc to use max compression, not default compression.

View File

@ -25,6 +25,7 @@ Improvements:
Fixes:
* fix scale_set with edje containing boxes and/or tables
* fix scale_set with edje containing groups
* fix edje_cc to use max, not default compression
Edje 1.7.0

View File

@ -29,7 +29,7 @@ int no_raw = 0;
int no_save = 0;
int min_quality = 0;
int max_quality = 100;
int compress_mode = EET_COMPRESSION_DEFAULT;
int compress_mode = EET_COMPRESSION_HI;
int threads = 0;
int anotate = 0;