summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal/sysview-internal.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2014-09-29 14:59:01 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2014-09-29 15:37:31 +0200
commit1c7830cc105bfe217abe6f304f4785bbeab209f6 (patch)
tree42cbbd89f7cc63ae80dac83f98f20a951c3741d3 /src/libsystemd-terminal/sysview-internal.h
parentf0c5e28e58215682c832e1667b346b59c804f6a5 (diff)
terminal: add sysview_seat_switch_to()
Add helper to perform session switches on a specific seat whenever we retrieve a VT-switch keyboard event.
Diffstat (limited to 'src/libsystemd-terminal/sysview-internal.h')
-rw-r--r--src/libsystemd-terminal/sysview-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-terminal/sysview-internal.h b/src/libsystemd-terminal/sysview-internal.h
index d9f7fe3301..39ff933eaa 100644
--- a/src/libsystemd-terminal/sysview-internal.h
+++ b/src/libsystemd-terminal/sysview-internal.h
@@ -88,6 +88,7 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(sysview_session*, sysview_session_free);
struct sysview_seat {
sysview_context *context;
char *name;
+ char *path;
Hashmap *session_map;
Hashmap *device_map;