On 1/4/24 17:51, Kevin O'Connor wrote:
Rename stdvga_set_border_color() to stdvga_set_cga_background_color() and stdvga_set_palette() to stdvga_set_cga_palette(). These functions implement compatibility for old CGA cards - rename them so they are not confused with the functions that manipulte the VGA palette.
Signed-off-by: Kevin O'Connor kevin@koconnor.net
vgasrc/stdvga.c | 23 ++++++++++++++--------- vgasrc/stdvga.h | 4 ++-- vgasrc/vgabios.c | 4 ++-- 3 files changed, 18 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé philmd@linaro.org