aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/clext.h
diff options
context:
space:
mode:
Diffstat (limited to 'vgasrc/clext.h')
-rw-r--r--vgasrc/clext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/clext.h b/vgasrc/clext.h
index 1e4506c..2c4ceef 100644
--- a/vgasrc/clext.h
+++ b/vgasrc/clext.h
@@ -4,6 +4,7 @@
#include "types.h" // u16
struct vgamode_s *clext_find_mode(int mode);
+void clext_list_modes(u16 seg, u16 *dest, u16 *last);
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);
@@ -11,7 +12,6 @@ int clext_set_linelength(struct vgamode_s *vmode_g, int val);
int clext_get_displaystart(struct vgamode_s *vmode_g);
int clext_set_displaystart(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);
struct bregs;
void clext_1012(struct bregs *regs);