all repos — fluxbox @ 34fb292c06c260815eb05718c56b2d854ee77ca8

custom fork of the fluxbox windowmanager

added Image, PixmapWithMask and ImageXPM files
fluxgen fluxgen
commit

34fb292c06c260815eb05718c56b2d854ee77ca8

parent

44d3e2ee98d74e9dca4275a1cdf98a2365401d3f

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M src/FbTk/Makefile.amsrc/FbTk/Makefile.am

@@ -6,6 +6,9 @@ endif

if MULTIBYTE xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc endif +if XPM +xpm_SOURCE= ImageXPM.hh ImageXPM.cc +endif libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ Directory.hh Directory.cc \

@@ -31,5 +34,8 @@ Transparent.hh Transparent.cc \

FbPixmap.hh FbPixmap.cc \ FbDrawable.hh FbDrawable.cc \ XrmDatabaseHelper.hh \ + Image.hh Image.cc \ + PixmapWithMask.hh \ + ${xpm_SOURCE} \ ${xft_SOURCE} \ ${xmb_SOURCE}