mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 14:54:13 +01:00
Info Panel: Add libXRes info if supported
If windowmaker was compiled with libXRes, add XRes info in the "Additional support" section. Take also the chance to remove the mode +x on the source code file.
This commit is contained in:
committed by
Carlos R. Mafra
parent
d902477efd
commit
2fb9308a67
4
src/dialog.c
Executable file → Normal file
4
src/dialog.c
Executable file → Normal file
@@ -1433,6 +1433,10 @@ void wShowInfoPanel(WScreen *scr)
|
|||||||
strbuf = wstrappend(strbuf, ", XDnD");
|
strbuf = wstrappend(strbuf, ", XDnD");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_XRES
|
||||||
|
strbuf = wstrappend(strbuf, ", XRes");
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_MAGICK
|
#ifdef USE_MAGICK
|
||||||
strbuf = wstrappend(strbuf, ", ImageMagick");
|
strbuf = wstrappend(strbuf, ", ImageMagick");
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user