diff options
author | rodri <rgl@antares-labs.eu> | 2024-09-21 16:15:21 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-09-21 16:15:21 +0000 |
commit | a8c789be9ab0fec65004118b7df373e84900cb1a (patch) | |
tree | ec50773d05e4cd15f22dfc7ec19c4ddc8ec77a88 /util.c | |
parent | d8f71404ffd54af08bc84dbb04e60cb07e83a021 (diff) | |
download | libgraphics-a8c789be9ab0fec65004118b7df373e84900cb1a.tar.gz libgraphics-a8c789be9ab0fec65004118b7df373e84900cb1a.tar.bz2 libgraphics-a8c789be9ab0fec65004118b7df373e84900cb1a.zip |
camera: add a Camv constructor.
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ memsetl(void *dp, ulong v, usize len) } Memimage * -rgb(ulong c) +rgba(ulong c) { Memimage *i; |