Mouse position & selection; warning fixes

This commit is contained in:
2023-02-02 23:52:15 +00:00
parent fcf6f76949
commit 7e1eaaae64
22 changed files with 347 additions and 137 deletions

View File

@@ -36,7 +36,7 @@ unsigned char *slurp_file(const char *filename) {
return slurp;
}
unsigned char *slurp_text(const char *filename) {
char *slurp_text(const char *filename) {
FILE *f = fopen(filename, "r'");
if (!f) return NULL;