#include <stddef.h>
#include <stdbool.h>
Go to the source code of this file.
◆ get_linux_fb_pixelgeom()
int get_linux_fb_pixelgeom |
( |
struct tinfo * |
ti, |
|
|
unsigned * |
ypix, |
|
|
unsigned * |
xpix |
|
) |
| |
Definition at line 813 of file linux.c.
813 {
814 (void)ti;
815 (void)ypix;
816 (void)xpix;
817 return -1;
818}
◆ is_linux_console()
bool is_linux_console |
( |
int |
fd | ) |
|
◆ is_linux_framebuffer()
bool is_linux_framebuffer |
( |
struct tinfo * |
ti | ) |
|
◆ reprogram_console_font()
int reprogram_console_font |
( |
struct tinfo * |
ti, |
|
|
unsigned |
no_font_changes, |
|
|
bool * |
halfblocks, |
|
|
bool * |
quadrants |
|
) |
| |