commit | d73e18bb70f8bf0c6fd405900dd267948dd6c3b2 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Mar 15 10:58:57 2024 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Mar 15 10:58:57 2024 -0400 |
tree | 596c69890722b89cd88201653c4a1a1ddbd6e965 | |
parent | 192e23b78418abc23a92a7174ae2294fabe4b8a3 [diff] |
vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode Many functions are passed a pointer to the current video mode vgamode_s struct. Use the name 'curmode_g' for these functions and use 'vmode_g' for functions that can accept an arbitrary video mode. Hopefully this will make the goals of the functions more clear. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>