aboutsummaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-01-30 15:12:36 +0000
committerrodri <rgl@antares-labs.eu>2024-01-30 15:12:36 +0000
commit3000f7986489f01ecda0d20af68dc73c2f074fa9 (patch)
tree12060c9112b2f9fda2ca16e5b8ebca67193d15ba /fns.h
parent5f823efa33ea598dabc3cb584363aa967bdf7b08 (diff)
download3dee-3000f7986489f01ecda0d20af68dc73c2f074fa9.tar.gz
3dee-3000f7986489f01ecda0d20af68dc73c2f074fa9.tar.bz2
3dee-3000f7986489f01ecda0d20af68dc73c2f074fa9.zip
adapted to the new libgraphics and its rendering requirements.
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fns.h b/fns.h
index ece9b68..9685efd 100644
--- a/fns.h
+++ b/fns.h
@@ -1,3 +1,4 @@
void *emalloc(ulong);
void *erealloc(void*, ulong);
Image *eallocimage(Display*, Rectangle, ulong, int, ulong);
+Memimage *eallocmemimage(Rectangle, ulong);