aboutsummaryrefslogtreecommitdiffstats
path: root/logind.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-06 21:46:45 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-06 21:46:45 +0100
commit9c62b1936688349b46c597bc9c7110ff7234620b (patch)
tree9df1b3b4c31e47fe15ed9dea0a709d94534e2994 /logind.h
parent70487f2317f1ac37686f5da1852a93d147cc6d6a (diff)
downloadfbida-9c62b1936688349b46c597bc9c7110ff7234620b.tar.gz
some logind vt switch bits
Diffstat (limited to 'logind.h')
-rw-r--r--logind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logind.h b/logind.h
index e36a329..89c4c0c 100644
--- a/logind.h
+++ b/logind.h
@@ -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);