all repos — fluxbox @ bce4606b15f05fb846b92d0dfd94122825df792e

custom fork of the fluxbox windowmanager

added simplecommand and command
fluxgen fluxgen
commit

bce4606b15f05fb846b92d0dfd94122825df792e

parent

25fd5b38526faaed0daabd1ff60ca5289a9f19db

1 files changed, 4 insertions(+), 2 deletions(-)

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

@@ -7,9 +7,11 @@ if MULTIBYTE

xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc endif -libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \ +libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ + EventHandler.hh EventManager.hh EventManager.cc \ FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \ - RefCount.hh SignalHandler.cc SignalHandler.hh Text.hh Text.cc \ + RefCount.hh SimpleCommand.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 \