diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 08:44:05 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 08:44:05 +0100 |
commit | 4ab7eba10ce61c902ee8949d71359a4f9878ed36 (patch) | |
tree | 906006a0164e83e5b4a78d7b48dcbb3a30ecaf27 /fbtools.h | |
parent | 50b6d744c9d1c0afc46b9ac34fce765f05020900 (diff) | |
download | fbida-4ab7eba10ce61c902ee8949d71359a4f9878ed36.tar.gz |
move console switching to main
Diffstat (limited to 'fbtools.h')
-rw-r--r-- | fbtools.h | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,17 +1,3 @@ #include "gfx.h" -#define FB_ACTIVE 0 -#define FB_REL_REQ 1 -#define FB_INACTIVE 2 -#define FB_ACQ_REQ 3 - -/* info about videomode - yes I know, quick & dirty... */ -extern int fb_switch_state; - -/* init + cleanup */ gfxstate *fb_init(char *device, char *mode, int vt); - -/* console switching */ -int fb_switch_init(void); -void fb_switch_release(void); -void fb_switch_acquire(void); |