vgabios: Add support for vesa get/set window function.
[seabios.git] / vgasrc / stdvga.h
index cc93f0d91a28d20198339996d25367dfdb580380..05f2bf557ddbb6f8ed1a73a6b3a987396676662f 100644 (file)
@@ -134,6 +134,8 @@ void stdvga_set_active_page(u16 address);
 void stdvga_set_cursor_pos(u16 address);
 void stdvga_set_scan_lines(u8 lines);
 u16 stdvga_get_vde(void);
+int stdvga_get_window(struct vgamode_s *vmode_g, int window);
+int stdvga_set_window(struct vgamode_s *vmode_g, int window, int val);
 void stdvga_save_state(u16 seg, struct saveVideoHardware *info);
 void stdvga_restore_state(u16 seg, struct saveVideoHardware *info);
 int stdvga_set_mode(struct vgamode_s *vmode_g, int flags);