diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 10:49:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 10:49:31 +0100 |
commit | 620c38f6f45a8708d9dd82f638beb06789b6c7d1 (patch) | |
tree | 79629772daacf0be6a40fd562d564bde8231ae7b /vt.h | |
parent | 7fcf29ed3f77f60873bad160d5afac498746d6d8 (diff) | |
download | fbida-620c38f6f45a8708d9dd82f638beb06789b6c7d1.tar.gz |
drop -vt option
Diffstat (limited to 'vt.h')
-rw-r--r-- | vt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |