1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 10:22:34 +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:
David Maciejak
2023-02-21 06:19:18 +08:00
committed by Carlos R. Mafra
parent d902477efd
commit 2fb9308a67

4
src/dialog.c Executable file → Normal file
View File

@@ -1433,6 +1433,10 @@ void wShowInfoPanel(WScreen *scr)
strbuf = wstrappend(strbuf, ", XDnD");
#endif
#ifdef USE_XRES
strbuf = wstrappend(strbuf, ", XRes");
#endif
#ifdef USE_MAGICK
strbuf = wstrappend(strbuf, ", ImageMagick");
#endif