aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/stdvga.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2024-04-01 11:27:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2024-04-05 17:59:49 -0400
commit22c91412600b7fabd75ef68d2d4d3e63e9e27f9f (patch)
treeabb90c85d63f6b0babf43316481130be82b89063 /vgasrc/stdvga.h
parent549463dbc055b4a0abcf2548621ae18c23934465 (diff)
downloadseabios-22c91412600b7fabd75ef68d2d4d3e63e9e27f9f.tar.gz
stdvga: Rename stdvga_get_vde() to stdvga_get_vertical_size()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/stdvga.h')
-rw-r--r--vgasrc/stdvga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/stdvga.h b/vgasrc/stdvga.h
index 439930a3..18285852 100644
--- a/vgasrc/stdvga.h
+++ b/vgasrc/stdvga.h
@@ -66,7 +66,7 @@ int stdvga_vram_ratio(struct vgamode_s *vmode_g);
void stdvga_set_cursor_shape(u16 cursor_type);
void stdvga_set_cursor_pos(int address);
void stdvga_set_character_height(u8 lines);
-u16 stdvga_get_vde(void);
+u16 stdvga_get_vertical_size(void);
int stdvga_get_window(struct vgamode_s *curmode_g, int window);
int stdvga_set_window(struct vgamode_s *curmode_g, int window, int val);
int stdvga_minimum_linelength(struct vgamode_s *vmode_g);