]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/vga-overlay.h
Be a little bit quieter, and consequentially be a lot bit faster.
[netwatch.git] / include / vga-overlay.h
index f338d49d88a21eb2bcab4e1ffa77b98b8c9179fa..d493f67752c459bd0a4c7a2468d74b86ce9ee1fa 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef VGA_OVERLAY_H
 #define VGA_OVERLAY_H
 
-void strblit(char *src, int row, int col);
+void vga_flush_imm(int enb);
+
+void strblit(char *src, int row, int col, int fill);
 
 void dolog(char *s);
 void dologf(char *s, ...);
This page took 0.017102 seconds and 4 git commands to generate.