]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/vga-overlay.h
Clean up vga_overlay a bit to split out the VGA-specific code to strblit
[netwatch.git] / include / vga-overlay.h
index ec9efd5da1045e466f2e2d785c5ec310887a5544..d493f67752c459bd0a4c7a2468d74b86ce9ee1fa 100644 (file)
@@ -3,7 +3,7 @@
 
 void vga_flush_imm(int enb);
 
-void strblit(char *src, int row, int col);
+void strblit(char *src, int row, int col, int fill);
 
 void dolog(char *s);
 void dologf(char *s, ...);
This page took 0.01789 seconds and 4 git commands to generate.