diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 10:45:11 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 10:45:11 +0100 |
commit | 19c335cd7f53d759ec04e96e0d96ed7258f4521c (patch) | |
tree | df8b7c68932407313dcbfbf3867e6c4656a9fe48 /vt.h | |
parent | 0aa8fef0aeca565aa87fb658fcfdc3e5f713079b (diff) | |
download | fbida-19c335cd7f53d759ec04e96e0d96ed7258f4521c.tar.gz |
add drm support, console switching fixes
Diffstat (limited to 'vt.h')
-rw-r--r-- | vt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ extern int console_visible; int console_switch_init(void (*redraw)(void)); +void console_switch_cleanup(void); int check_console_switch(void); void console_set_vt(int vtno); |