mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 22:52:34 +01:00
wrlib: moved 'RShutdown' from 'load.c' to 'misc.c' for consistency
The cleanup function is actually not specific to loading images and could do a lot more, so it is probably better placed in 'misc.c'
This commit is contained in:
committed by
Carlos R. Mafra
parent
8e0ec489a8
commit
ebe7673bf6
@@ -75,6 +75,8 @@ RImage *RLoadWEBP(const char *file);
|
||||
|
||||
#ifdef USE_MAGICK
|
||||
RImage *RLoadMagick(const char *file_name);
|
||||
|
||||
void RReleaseMagick(void);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user