elm config - dont need default engine in config anymore

This commit is contained in:
Carsten Haitzler 2014-08-26 19:27:07 +09:00
parent 7ae870ec95
commit a2be4ab2a4
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
group "Elm_Config" struct {
value "config_version" int: 65539;
value "engine" string: "@default_engine@";
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 1;
value "thumbscroll_threshold" int: 24;

View File

@ -1,6 +1,6 @@
group "Elm_Config" struct {
value "config_version" int: 65539;
value "engine" string: "@default_engine@";
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 1;
value "thumbscroll_threshold" int: 24;

View File

@ -1,6 +1,6 @@
group "Elm_Config" struct {
value "config_version" int: 65539;
value "engine" string: "@default_engine@";
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 0;
value "thumbscroll_threshold" int: 4;