all repos — fluxbox @ d0d1714b362c55d72f8e1ce1991b4f39d580c094

custom fork of the fluxbox windowmanager

added EventManager
fluxgen fluxgen
commit

d0d1714b362c55d72f8e1ce1991b4f39d580c094

parent

e3785fc3c3039fd9e56866c467e3f7f287514770

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

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

@@ -7,7 +7,8 @@ if MULTIBYTE

xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc endif -libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \ +libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \ + Font.cc Font.hh FontImp.hh NotCopyable.hh \ SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \ XFontImp.cc XFontImp.hh \ ${xft_SOURCE} \