all repos — fluxbox @ 9fb33e51d4943f6d1350ee1d0daee8f9b50301e2

custom fork of the fluxbox windowmanager

added button and refcount files
fluxgen fluxgen
commit

9fb33e51d4943f6d1350ee1d0daee8f9b50301e2

parent

31f6a3bb359ed0cc9712e2b9e6dafb260e3b9ee2

1 files changed, 3 insertions(+), 1 deletions(-)

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

@@ -9,7 +9,9 @@ endif

libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \ FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \ - SignalHandler.cc SignalHandler.hh Text.hh Text.cc Texture.cc Texture.hh Theme.hh Theme.cc \ + RefCount.hh SignalHandler.cc SignalHandler.hh Text.hh Text.cc \ + Texture.cc Texture.hh Theme.hh Theme.cc \ XFontImp.cc XFontImp.hh \ + Button.hh Button.cc \ ${xft_SOURCE} \ ${xmb_SOURCE}