]> xenbits.xensource.com Git - seabios.git/commit
stdvga: Add stdvga_set_vertical_size() helper function
authorKevin O'Connor <kevin@koconnor.net>
Tue, 2 Apr 2024 17:07:58 +0000 (13:07 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 5 Apr 2024 21:59:49 +0000 (17:59 -0400)
commitc5a361c09a19e3b1a83557b01f11f04b27181a11
treea63b9a6f2f755ae233e9092615e43b122937fdf2
parent22c91412600b7fabd75ef68d2d4d3e63e9e27f9f
stdvga: Add stdvga_set_vertical_size() helper function

Add helper function and update the bochsvga.c code to use it.  This
emphasizes the relationship between stdvga_get_vertical_size() and
stdvga_set_vertical_size() code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/bochsvga.c
vgasrc/stdvga.c
vgasrc/stdvga.h