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 /gfx.h | |
parent | 50b6d744c9d1c0afc46b9ac34fce765f05020900 (diff) | |
download | fbida-4ab7eba10ce61c902ee8949d71359a4f9878ed36.tar.gz |
move console switching to main
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,5 +18,6 @@ struct gfxstate { void (*cleanup_display)(void); /* FIXME: legacy */ + int tty_fd; int fb_fd; }; |