whoops, wrong binding version in default configs

SVN revision: 83621
This commit is contained in:
Mike Blumenkrantz 2013-02-05 10:38:09 +00:00
parent 488e37c140
commit 4490ec1223
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
group "E_Config_Bindings" struct {
value "config_version" int: 1000000;
value "config_version" int: 0;
group "mouse_bindings" list {
group "E_Config_Binding_Mouse" struct {
value "context" int: 3;

View File

@ -1,5 +1,5 @@
group "E_Config_Bindings" struct {
value "config_version" int: 1000000;
value "config_version" int: 0;
group "mouse_bindings" list {
group "E_Config_Binding_Mouse" struct {
value "context" int: 2;

View File

@ -1,5 +1,5 @@
group "E_Config_Bindings" struct {
value "config_version" int: 1000000;
value "config_version" int: 0;
group "acpi_bindings" list {
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;