projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526de2d
)
put default img cache to 4mb.
author
Carsten Haitzler
<raster@rasterman.com>
Thu, 24 Mar 2005 08:30:44 +0000
(08:30 +0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Thu, 24 Mar 2005 08:30:44 +0000
(08:30 +0000)
SVN revision: 13881
src/bin/e_config.c
patch
|
blob
|
history
diff --git
a/src/bin/e_config.c
b/src/bin/e_config.c
index
c47564e
..
5bfffe3
100644
(file)
--- a/
src/bin/e_config.c
+++ b/
src/bin/e_config.c
@@
-82,7
+82,7
@@
e_config_init(void)
e_config->border_shade_transition = E_TRANSITION_DECELERATE;
e_config->border_shade_speed = 3000.0;
e_config->framerate = 30.0;
- e_config->image_cache =
2048
;
+ e_config->image_cache =
4096
;
e_config->font_cache = 512;
e_config->zone_desks_x_count = 4;
e_config->zone_desks_y_count = 1;