X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=vidsys.h;h=f019cac04e2ae51c517bc19215b59753a0ac2231;hb=6018e36555e1a02bc85e6b4212a0e70dec79a264;hp=cd2cfec2d4aeec21f78592ad10700daf7e1c9c90;hpb=1a692c742ed343d2f435759a191af6bec3d8b03e;p=vidsys diff --git a/vidsys.h b/vidsys.h index cd2cfec..f019cac 100644 --- 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_ */