diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-01-04 18:35:32 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-01-04 18:35:32 +0000 |
commit | 131eff33548c6a345224605dcd6f1136deec5449 (patch) | |
tree | 7d5b2a360c1241c019a7329c4ff7bc094e266e63 /config | |
parent | 67932d809686edd04a6ca9ba1748f763254c0552 (diff) | |
download | enlightenment-131eff33548c6a345224605dcd6f1136deec5449.tar.gz |
e: don't allow to disable composite in wizard
SVN revision: 82226
Diffstat (limited to 'config')
-rw-r--r-- | config/default/e.src | 2 | ||||
-rw-r--r-- | config/mobile/e.src | 2 | ||||
-rw-r--r-- | config/standard/e.src | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/default/e.src b/config/default/e.src index 64b702b75b..c94d89e09a 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: 0; + value "use_composite" int: 1; value "no_module_delay" int: 1; group "modules" list { group "E_Config_Module" struct { diff --git a/config/mobile/e.src b/config/mobile/e.src index 70d2767f0b..98bf4b993b 100644 --- a/config/mobile/e.src +++ b/config/mobile/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: 1; - value "use_composite" int: 0; + value "use_composite" int: 1; value "language" string: "en_US.UTF-8"; value "window_placement_policy" int: 0; value "window_grouping" int: 0; diff --git a/config/standard/e.src b/config/standard/e.src index 3e384ea247..be39afc9f5 100644 --- a/config/standard/e.src +++ b/config/standard/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: 1; - value "use_composite" int: 0; + value "use_composite" int: 1; value "language" string: "en_US.UTF-8"; value "window_placement_policy" int: 0; value "window_grouping" int: 0; |