small fixes

This commit is contained in:
marschap
2005-07-27 19:31:08 +00:00
parent 3dfab66f45
commit 9db867e71f
4 changed files with 17 additions and 6 deletions
+2
View File
@@ -30,6 +30,8 @@ MODULE_EXPORT int svgalib_drv_init (Driver *drvthis);
MODULE_EXPORT void svgalib_drv_close (Driver *drvthis);
MODULE_EXPORT int svgalib_drv_width (Driver *drvthis);
MODULE_EXPORT int svgalib_drv_height (Driver *drvthis);
MODULE_EXPORT int svgalib_drv_cellwidth (Driver *drvthis);
MODULE_EXPORT int svgalib_drv_cellheight (Driver *drvthis);
MODULE_EXPORT void svgalib_drv_clear (Driver *drvthis);
MODULE_EXPORT void svgalib_drv_flush (Driver *drvthis);
MODULE_EXPORT void svgalib_drv_string (Driver *drvthis, int x, int y, char string[]);