ToastFreeware
/
gregoa
/
zavai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Retabbed
[gregoa/zavai.git]
/
src
/
input.vala
diff --git
a/src/input.vala
b/src/input.vala
index 3bdd61b343b66f1cf11155e54d6064c3bf6cc2f5..860f9b4568a849bba2355eb5974adc9fe834eba5 100644
(file)
--- a/
src/input.vala
+++ b/
src/input.vala
@@
-133,9
+133,9
@@
public class PowerButton : DevInput
// FIXME: change to event4 for the aux button and headset button
//device = "/dev/input/event1";
Object(
// FIXME: change to event4 for the aux button and headset button
//device = "/dev/input/event1";
Object(
- name: "input.power_button",
- device: "/dev/input/event0"
- );
+
name: "input.power_button",
+
device: "/dev/input/event0"
+
);
event += on_event;
}
event += on_event;
}