Add source config files for building.

SVN revision: 43840
This commit is contained in:
Christopher Michael 2009-11-20 17:54:29 +00:00
parent 3a2edc698f
commit 18a3a0f09d
5 changed files with 2132 additions and 0 deletions

2097
config/illume-home/e.src Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
group "Battery_Config" struct {
value "poll_interval" int: 512;
value "alert" int: 30;
value "alert_p" int: 10;
value "alert_timeout" int: 0;
value "force_mode" int: 0;
}

View File

@ -0,0 +1,7 @@
group "Dropshadow_Config" struct {
value "shadow_x" int: 2;
value "shadow_y" int: 2;
value "blur_size" int: 10;
value "quality" int: 4;
value "shadow_darkness" double: 0.2500000000000000000000000;
}

View File

@ -0,0 +1,6 @@
group "Illume-Home_Cfg" struct {
value "version" int: 0;
value "icon_size" int: 120;
value "single_click" int: 1;
value "single_click_delay" int: 150;
}

View File

@ -0,0 +1,15 @@
group "Pager_Config" struct {
value "popup" uint: 1;
value "popup_speed" double: 1.0000000000000000000000000;
value "popup_urgent" uint: 0;
value "popup_urgent_stick" uint: 0;
value "popup_urgent_speed" double: 1.5000000000000000000000000;
value "show_desk_names" uint: 0;
value "popup_height" int: 60;
value "popup_act_height" int: 60;
value "drag_resist" uint: 3;
value "btn_drag" uchar: 1;
value "btn_noplace" uchar: 2;
value "btn_desk" uchar: 0;
value "flip_desk" uchar: 0;
}