You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
499 B
17 lines
499 B
15 years ago
|
group "Pager_Config" struct {
|
||
|
value "popup" uint: 1;
|
||
11 years ago
|
value "popup_speed" double: 1.0;
|
||
|
value "popup_urgent" uint: 1;
|
||
15 years ago
|
value "popup_urgent_stick" uint: 0;
|
||
11 years ago
|
value "popup_urgent_speed" double: 1.5;
|
||
11 years ago
|
value "show_desk_names" uint: 0;
|
||
15 years ago
|
value "popup_height" int: 60;
|
||
|
value "popup_act_height" int: 60;
|
||
|
value "drag_resist" uint: 3;
|
||
11 years ago
|
value "btn_drag" uchar: 0;
|
||
|
value "btn_noplace" uchar: 1;
|
||
11 years ago
|
value "btn_desk" uchar: 2;
|
||
15 years ago
|
value "flip_desk" uchar: 0;
|
||
11 years ago
|
value "disable_live_preview" uchar: 1;
|
||
15 years ago
|
}
|