diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:27:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:27:36 +0100 |
commit | 3adf7678254af8b8bc475654596105e3af763d68 (patch) | |
tree | 601b08aab9a003a3fc825d8d4a4cabcd64d0fef1 /gfx.h | |
parent | 3655da117134ca0cce8dc58bc08ec23c5ebb4ec7 (diff) | |
download | fbida-3adf7678254af8b8bc475654596105e3af763d68.tar.gz |
tty is stdin
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,6 +18,5 @@ struct gfxstate { void (*cleanup_display)(void); /* FIXME: legacy */ - int tty_fd; int fb_fd; }; |