aboutsummaryrefslogtreecommitdiffstats
path: root/vt.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-31 10:49:31 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-31 10:49:31 +0100
commit620c38f6f45a8708d9dd82f638beb06789b6c7d1 (patch)
tree79629772daacf0be6a40fd562d564bde8231ae7b /vt.h
parent7fcf29ed3f77f60873bad160d5afac498746d6d8 (diff)
downloadfbida-620c38f6f45a8708d9dd82f638beb06789b6c7d1.tar.gz
drop -vt option
Diffstat (limited to 'vt.h')
-rw-r--r--vt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vt.h b/vt.h
index f9beec7..637b60d 100644
--- a/vt.h
+++ b/vt.h
@@ -4,6 +4,6 @@ int console_switch_init(void (*redraw)(void));
void console_switch_cleanup(void);
int check_console_switch(void);
-void console_set_vt(int vtno);
+int console_aquire_vt(void);
void console_restore_vt(void);
int console_activate_current(void);