correct window size in banked vbe, and added doublebuffered test
[vidsys] / vidsys.h
index cd2cfec..f019cac 100644 (file)
--- a/vidsys.h
+++ b/vidsys.h
@@ -72,6 +72,6 @@ int vid_isbanked(void);
 void vid_setpal(int idx, int count, const struct vid_color *col);
 void vid_getpal(int idx, int count, struct vid_color *col);
 
-void vid_blitfb(void *fb, int vsync);
+void vid_blitfb(void *fb, int pitch);
 
 #endif /* VIDSYS_VIDEO_H_ */