Go to the source code of this file.
Functions | |
int | FB_initlib (char *dev) |
int | FB_exit () |
Variables | |
int | FB_visible = 1 |
Definition in file FBinit.c.
|
This function must be called before any other call to other parts of FBlib, it makes some initialization and sets up the handler for a nice VT switch.
Definition at line 19 of file FBinit.c. References DEFAULT_FONT, and FB_change_font(). |
|
You must call this at the end of your program to free up memory and reset the framebuffer device.
Definition at line 120 of file FBinit.c. References FB_kb_end(), and FB_visible. |
|
If TRUE user is on the same VT as FBlib program Definition at line 16 of file FBinit.c. Referenced by FB_exit(). |