aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/stdvga.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2024-04-01 11:08:14 -0400
committerKevin O'Connor <kevin@koconnor.net>2024-04-05 17:59:45 -0400
commit549463dbc055b4a0abcf2548621ae18c23934465 (patch)
tree67b4234adad0c969fe90e7966c2cb62f010f3a53 /vgasrc/stdvga.h
parentc67914ac42374e61469de45a1bba5e163c1d2dee (diff)
downloadseabios-549463dbc055b4a0abcf2548621ae18c23934465.tar.gz
stdvga: Rename stdvga_set_scan_lines() to stdvga_set_character_height()
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> 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 87604869..439930a3 100644
--- a/vgasrc/stdvga.h
+++ b/vgasrc/stdvga.h
@@ -65,7 +65,7 @@ struct vgamode_s;
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_scan_lines(u8 lines);
+void stdvga_set_character_height(u8 lines);
u16 stdvga_get_vde(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);