aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-02 17:21:06 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-02 17:21:06 -0700
commit2b15821a6524b5a5231b97d5d4c0cb5a459711e8 (patch)
tree2807863bf09b62b16daf86fdc5d5862950090349 /include
parent1b53162d56fabd2faa3eb7649d5484810ce514d2 (diff)
fix: remaining raw free calls
Diffstat (limited to 'include')
-rw-r--r--include/libfont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libfont.h b/include/libfont.h
index 964c446..860d8d4 100644
--- a/include/libfont.h
+++ b/include/libfont.h
@@ -160,7 +160,7 @@ int font·glyph_svg(font·Info *info, int gl, char **svg);
/* bitmap rendering */
/* frees the bitmap allocated below */
-void font·freebitmap(uchar *bitmap, void *userdata);
+void font·freebitmap(font·Info *info, uchar *bitmap);
/*
* allocates a large-enough single-channel 8bpp bitmap and renders the