X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=blobdiff_plain;f=vgasrc%2Fclext.h;h=55476a0897753ba7dc905e49623af7f5f43b679c;hp=b300cf4e78aea82acaa362bdfa5e64c4e94b4ffe;hb=3876b531222c53124b0eb154fb331c0c662f5e09;hpb=9961f9958cbc169c531dbdb7c3a8f71d4f79d0c1 diff --git a/vgasrc/clext.h b/vgasrc/clext.h index b300cf4..55476a0 100644 --- a/vgasrc/clext.h +++ b/vgasrc/clext.h @@ -6,6 +6,8 @@ struct vgamode_s *clext_find_mode(int mode); int clext_get_window(struct vgamode_s *vmode_g, int window); int clext_set_window(struct vgamode_s *vmode_g, int window, int val); +int clext_get_linelength(struct vgamode_s *vmode_g); +int clext_set_linelength(struct vgamode_s *vmode_g, int val); int clext_set_mode(struct vgamode_s *vmode_g, int flags); void clext_list_modes(u16 seg, u16 *dest, u16 *last); int clext_init(void);