diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-06 21:46:45 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-06 21:46:45 +0100 |
commit | 9c62b1936688349b46c597bc9c7110ff7234620b (patch) | |
tree | 9df1b3b4c31e47fe15ed9dea0a709d94534e2994 /logind.h | |
parent | 70487f2317f1ac37686f5da1852a93d147cc6d6a (diff) | |
download | fbida-9c62b1936688349b46c597bc9c7110ff7234620b.tar.gz |
some logind vt switch bits
Diffstat (limited to 'logind.h')
-rw-r--r-- | logind.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ extern const struct libinput_interface libinput_if_logind; int logind_init(void); int logind_dbus_fd(void); void logind_dbus_input(void); +int logind_switch_vt(int vt); int logind_take_control(void); int logind_release_control(void); int logind_open(const char *path, int flags, void *user_data); |