summaryrefslogtreecommitdiff
path: root/config/default/e.src
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2013-01-09 03:21:25 +0000
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2013-01-09 03:21:25 +0000
commit0675dd03a05322ec30cae64c6524aa51b5c00b74 (patch)
tree93ff4a854ab65ad77b3ad6d772fef4df220337a2 /config/default/e.src
parent3ae4bff4771f8cf0d3f76e8777add3220e44117c (diff)
downloadenlightenment-0675dd03a05322ec30cae64c6524aa51b5c00b74.tar.gz
e: rename option use_composite to use_shaped_win
In order to move composite inside the core we need to kill the use_composite option. However in some places it is being used to switch between ARGB and shaped windows. It doesn't make much sense to keep the advanced/engine dialog to let the user toggle this options if we have composite always enabledm, but lets allow the user to shoot himself on the foot (for now). Next step will be to move the comp module files to core so user can't unload it anymore. SVN revision: 82433
Diffstat (limited to 'config/default/e.src')
-rw-r--r--config/default/e.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default/e.src b/config/default/e.src
index c94d89e09a..e3c627b30a 100644
--- a/config/default/e.src
+++ b/config/default/e.src
@@ -20,7 +20,7 @@ group "E_Config" struct {
value "zone_desks_y_count" int: 1;
value "show_desktop_icons" int: 1;
value "edge_flip_dragging" int: 0;
- value "use_composite" int: 1;
+ value "use_shaped_win" int: 0;
value "no_module_delay" int: 1;
group "modules" list {
group "E_Config_Module" struct {