vid_blitfb()
[vidsys] / vidsys.c
index d60c5f2..427dbb5 100644 (file)
--- a/vidsys.c
+++ b/vidsys.c
@@ -194,3 +194,8 @@ void vid_getpal(int idx, int count, struct vid_color *col)
 {
        cur_mode->ops.getpal(idx, count, col);
 }
+
+void vid_blitfb(void *fb, int vsync)
+{
+       cur_mode->ops.blitfb(fb, vsync);
+}