Fix default acpi_bindings to use -1 for a status that we don't need to

compare.



SVN revision: 49319
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 14 years ago
parent 9dabfbd360
commit d1de07e67b
  1. 4
      config/standard/e.src

@ -1569,14 +1569,14 @@ group "E_Config" struct {
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 6;
value "status" int: 0;
value "status" int: -1;
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 "status" int: -1;
value "action" string: "suspend";
value "params" string: "now";
}

Loading…
Cancel
Save