]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/text.h
Link text into copy_pixels.
[netwatch.git] / include / text.h
index 9506d40ed9419b682303bf8313682c32f5b84a73..474e1235c2bf24caf53944e22257b79d8a343778 100644 (file)
@@ -3,7 +3,7 @@
 #include <stdint.h>
 
 extern void text_init();
-extern void text_render(unsigned char *buf, unsigned int x, unsigned int y, unsigned int w, unsigned int h);
+extern void text_render(char *buf, int x, int y, int w, int h);
 extern uint32_t text_checksum(int x, int y, int w, int h);
 
 #endif
This page took 0.023076 seconds and 4 git commands to generate.