diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 12:43:39 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 12:43:39 +0100 |
commit | 920879c30814c1460ef6d0ea4004bcbfaf8efd9f (patch) | |
tree | e09618f89758756936a8ad3d5724f7625e81ff1a /fbtools.c | |
parent | 976759719b02bd7b34e9b43d202ea6fd0e24dcde (diff) | |
download | fbida-920879c30814c1460ef6d0ea4004bcbfaf8efd9f.tar.gz |
fbdev support, console switching
Diffstat (limited to 'fbtools.c')
-rw-r--r-- | fbtools.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -285,7 +285,9 @@ gfxstate* fb_init(const char *device, char *mode) goto err; } } +#if 0 console_activate_current(); +#endif /* cls */ fb_memset(fb_mem+fb_mem_offset, 0, fb_fix.line_length * fb_var.yres); |