summaryrefslogtreecommitdiff
path: root/src/wayland/meta-tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-tty.h')
-rw-r--r--src/wayland/meta-tty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland/meta-tty.h b/src/wayland/meta-tty.h
index 2c3bf2adc..f5a24644b 100644
--- a/src/wayland/meta-tty.h
+++ b/src/wayland/meta-tty.h
@@ -38,6 +38,10 @@ GType meta_tty_get_type (void) G_GNUC_CONST;
MetaTTY *meta_tty_new (void);
+gboolean meta_tty_activate_vt (MetaTTY *self,
+ int number,
+ GError **error);
+
G_END_DECLS
#endif /* META_TTY_H */