mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 15:12:32 +01:00
wrlib: added support for imagemagick third-party lib
It uses to provide some missing common image format like SVG, BMP, PICT, ...
This commit is contained in:
committed by
Carlos R. Mafra
parent
b6ffe90ec4
commit
bb69682b88
@@ -1297,6 +1297,10 @@ void wShowInfoPanel(WScreen *scr)
|
||||
strbuf = wstrappend(strbuf, ", MWM");
|
||||
#endif
|
||||
|
||||
#ifdef USE_MAGICK
|
||||
strbuf = wstrappend(strbuf, ", ImageMagick");
|
||||
#endif
|
||||
|
||||
#ifdef USE_XINERAMA
|
||||
strbuf = wstrappend(strbuf, _("\n"));
|
||||
#ifdef SOLARIS_XINERAMA
|
||||
|
||||
@@ -201,6 +201,7 @@ noreturn void Exit(int status)
|
||||
if (dpy)
|
||||
XCloseDisplay(dpy);
|
||||
|
||||
RShutdown(); /* wrlib clean exit */
|
||||
wutil_shutdown(); /* WUtil clean-up */
|
||||
|
||||
exit(status);
|
||||
|
||||
Reference in New Issue
Block a user