drm: Add vt switch keybindings
diff --git a/src/compositor.h b/src/compositor.h
index a49b666..1b37356 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -518,6 +518,9 @@
 void
 tty_destroy(struct tty *tty);
 
+int
+tty_activate_vt(struct tty *tty, int vt);
+
 struct screenshooter *
 screenshooter_create(struct weston_compositor *ec);