mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 02:12:30 +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");
|
||||
#endif
|
||||
|
||||
#ifdef USE_XRES
|
||||
strbuf = wstrappend(strbuf, ", XRes");
|
||||
#endif
|
||||
|
||||
#ifdef USE_MAGICK
|
||||
strbuf = wstrappend(strbuf, ", ImageMagick");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user