diff options
| author | Miguel <m.i@gmx.at> | 2018-10-19 02:41:53 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-19 02:41:53 +0200 |
| commit | 45ce8728224caa44d31dca3117992b193fa3cd98 (patch) | |
| tree | 8d37cfe273e9feeb8376b6205abe29c995e40ac2 /userspace/xterm/vesa.h | |
| parent | 9bfd9fb6a7c568b56a5ef525a2b76351780bae66 (diff) | |
window manager continued
Diffstat (limited to 'userspace/xterm/vesa.h')
| -rw-r--r-- | userspace/xterm/vesa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/xterm/vesa.h b/userspace/xterm/vesa.h index 16a52f1..ac3257e 100644 --- a/userspace/xterm/vesa.h +++ b/userspace/xterm/vesa.h @@ -1,2 +1,3 @@ void vesa_update_cursor(uint32_t col,uint32_t row); void vesa_console_put_char(uint8_t c,uint8_t color_bg, uint8_t color_fg, uint32_t x, uint32_t y); +uint32_t vesa_init(int w,int h, int fb, char *fontname); |
