diff options
Diffstat (limited to 'logind.h')
-rw-r--r-- | logind.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ extern const struct libinput_interface libinput_if_logind; -int logind_init(bool take_control); +int logind_init(bool take_control, + void (*suspend)(void), + void (*resume)(void)); int logind_dbus_fd(void); void logind_dbus_input(void); int logind_switch_vt(int vt); |