diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-09-10 18:03:06 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-09-10 18:03:06 -0700 |
commit | 146c0ce9b8f15b77c9a215cc65bad0edebb789a6 (patch) | |
tree | 0d87565e69e58c0b2cfdb522a7ccbb2e8545fb60 /com32/lib/sys/vesa/video.h | |
parent | 45a3462f838d9d7348dfbede9a8edff1ebb21ad3 (diff) | |
download | syslinux-146c0ce9b8f15b77c9a215cc65bad0edebb789a6.tar.gz syslinux-146c0ce9b8f15b77c9a215cc65bad0edebb789a6.tar.xz syslinux-146c0ce9b8f15b77c9a215cc65bad0edebb789a6.zip |
Factor out the ANSI engine from the ANSI and VESA consoles
In preparation for the VESA console needing to fall back to text mode...
Diffstat (limited to 'com32/lib/sys/vesa/video.h')
-rw-r--r-- | com32/lib/sys/vesa/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/sys/vesa/video.h b/com32/lib/sys/vesa/video.h index 82b14a4b..bfb1466e 100644 --- a/com32/lib/sys/vesa/video.h +++ b/com32/lib/sys/vesa/video.h @@ -66,6 +66,6 @@ int __vesacon_init(void); void __vesacon_erase(int, int, int, int, uint8_t, int); void __vesacon_scroll_up(int, uint8_t, int); void __vesacon_write_at(int, int, const char *, uint8_t, int); -void __vesacon_write_char(int, int, char, uint8_t, int); +void __vesacon_write_char(int, int, uint8_t, uint8_t, int); #endif /* LIB_SYS_VESA_VIDEO_H */ |