]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/vga-overlay.h
Merge nyus.joshuawise.com:/storage/git/netwatch
[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.021279 seconds and 4 git commands to generate.