X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fstdvga.h;h=94b22ff4566e755ffe2c1e530fa3d5727fff1fdc;hp=f6fda00019ace5b7c3c00ae62949123acced4ef4;hb=1692007a5ff81cfd88d80d495c11fc8ad25aa35b;hpb=59f75d4bdc11e4f6bfea449347bdbf90c5a1fafc diff --git a/vgasrc/stdvga.h b/vgasrc/stdvga.h index f6fda00..94b22ff 100644 --- a/vgasrc/stdvga.h +++ b/vgasrc/stdvga.h @@ -131,7 +131,7 @@ void stdvga_load_font(u16 seg, void *src_far, u16 count u16 stdvga_get_crtc(void); int stdvga_bpp_factor(struct vgamode_s *vmode_g); void stdvga_set_cursor_shape(u8 start, u8 end); -void stdvga_set_cursor_pos(u16 address); +void stdvga_set_cursor_pos(int address); void stdvga_set_scan_lines(u8 lines); u16 stdvga_get_vde(void); int stdvga_get_window(struct vgamode_s *vmode_g, int window);