Add missing params to acpi_binding struct(s).

SVN revision: 49311
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 14 years ago
parent 55fad2b2f3
commit f4d8204f49
  1. 3
      config/standard/e.src

@ -1564,18 +1564,21 @@ group "E_Config" struct {
value "type" int: 5;
value "status" int: 0;
value "action" string: "suspend";
value "params" string: "now";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 6;
value "status" int: 0;
value "action" string: "halt_now";
value "params" string: "now";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 8;
value "status" int: 0;
value "action" string: "suspend";
value "params" string: "now";
}
}
value "window_placement_policy" int: 0;

Loading…
Cancel
Save