video: implement long-promised video functions; use them
authorH. Peter Anvin <hpa@zytor.com>
Fri, 18 Dec 2009 23:08:02 +0000 (15:08 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 18 Dec 2009 23:08:02 +0000 (15:08 -0800)
commita7615704a4a4c76ef794c4758a60f6a539d603ce
tree3e12455629593524d44923a6139a297690e4d317
parent13b9de9031014e3b3fed2cd0fa5c48efc180cd80
video: implement long-promised video functions; use them

Implement long-since-promised video functions defined in
<syslinux/video.h>.  Use these functions in initvesa.c instead of
open-coding the same functionality.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/syslinux/video.h
com32/lib/Makefile
com32/lib/sys/vesa/initvesa.c
com32/lib/syslinux/video/fontquery.c [new file with mode: 0644]
com32/lib/syslinux/video/forcetext.c [new file with mode: 0644]
com32/lib/syslinux/video/reportmode.c [new file with mode: 0644]