mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-21 10:53:31 +01:00
wmiv: add support for archive files and a new option to ignore unknown image format
This patch adds optional support for compressed files and a new --ignore-unknown option to ignore unknown image format. It also adds local filename drag-and-drop support. And a copy current image to clipboard feature with ctrl+c shortcut. It also fixes: - fullscreen issue on multi monitors setup by using randr - app icon advertised via _NET_WM_ICON - fix UTF-8 filename usage in window title
This commit is contained in:
committed by
Carlos R. Mafra
parent
7cfdf6bd68
commit
7e21785710
@@ -76,9 +76,10 @@ wmiv_LDADD = \
|
||||
$(top_builddir)/wrlib/libwraster.la \
|
||||
$(top_builddir)/WINGs/libWINGs.la \
|
||||
@XLFLAGS@ @XLIBS@ @GFXLIBS@ \
|
||||
@PANGO_LIBS@ @PTHREAD_LIBS@ @LIBEXIF@
|
||||
@PANGO_LIBS@ @PTHREAD_LIBS@ @LIBEXIF@ \
|
||||
@LIBARCHIVE_LIBS@ @LIBM@ @LIBXRANDR@
|
||||
|
||||
wmiv_SOURCES = wmiv.c wmiv.h
|
||||
wmiv_SOURCES = wmiv.c wmiv.hi xdnd.c xdnd.h
|
||||
|
||||
CLEANFILES = wmaker.inst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user