diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-27 11:50:56 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-27 11:50:56 +0100 |
commit | 135c11a9e5ff2244cb215ab14798769d859ec998 (patch) | |
tree | eed396116b447dda07413638a21021abc2cf5743 /logind.h | |
parent | ab34bbe232a6e5d4cc129e851ddd0d6b9d5ef9ff (diff) | |
download | fbida-135c11a9e5ff2244cb215ab14798769d859ec998.tar.gz |
[wip] logind console switching
Diffstat (limited to 'logind.h')
-rw-r--r-- | logind.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ extern const struct libinput_interface libinput_if_logind; -int logind_init(void); +int logind_init(bool take_control); int logind_dbus_fd(void); void logind_dbus_input(void); int logind_switch_vt(int vt); |