all repos — fluxbox @ 8fb1722389ff0338b9eb8a152a1f354163f73b17

custom fork of the fluxbox windowmanager

included some missing files in distribution
Henrik Kinnunen fluxgen@fluxbox.org
commit

8fb1722389ff0338b9eb8a152a1f354163f73b17

parent

696f63fd64c2acb7a6fdeb61186adfa3c04e8662

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

jump to
M doc/Makefile.amdoc/Makefile.am

@@ -6,7 +6,7 @@ CLEANFILES = fluxbox.1 fluxstyle.1

MAINTAINERCLEANFILES = Makefile.in man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \ startfluxbox.1 fluxstyle.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 -EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \ +EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 startfluxbox.1 fbsetbg.1 \ fluxstyle.1.in CODESTYLE distclean-local: rm -f *\~
M src/FbTk/Makefile.amsrc/FbTk/Makefile.am

@@ -21,6 +21,8 @@ FileUtil.hh FileUtil.cc \

EventHandler.hh EventManager.hh EventManager.cc \ FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ I18n.cc I18n.hh \ + CommandParser.hh \ + RadioMenuItem.hh \ ImageControl.hh ImageControl.cc \ LogicCommands.hh LogicCommands.cc \ MacroCommand.hh MacroCommand.cc \
M src/Makefile.amsrc/Makefile.am

@@ -150,6 +150,7 @@ AttentionNoticeHandler.hh AttentionNoticeHandler.cc \

IconButton.hh IconButton.cc \ IconbarTheme.hh IconbarTheme.cc \ Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \ + WindowMenuAccessor.hh \ ${newwmspec_SOURCE} ${gnome_SOURCE} \ ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}