all repos — fluxbox @ e7d0cfd16c9cd386c28d0d563dd057a561e8ceb0

custom fork of the fluxbox windowmanager

added Shape, FbMenu.cc fluxbox specific MenuTheme
fluxgen fluxgen
commit

e7d0cfd16c9cd386c28d0d563dd057a561e8ceb0

parent

313bc86431fb66231e835f7c01398cd566de3246

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

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

@@ -65,10 +65,9 @@ endif

fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ BoolMenuItem.hh \ - ${newwmspec_SOURCE} \ FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ FbWinFrameTheme.hh FbWinFrameTheme.cc \ - fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ + fluxbox.cc fluxbox.hh \ I18n.cc I18n.hh \ Keys.cc Keys.hh main.cc \ Netizen.cc Netizen.hh \

@@ -82,7 +81,7 @@ WinButtonTheme.hh WinButtonTheme.cc \

Window.cc Window.hh \ Workspace.cc Workspace.hh \ FbCommands.hh FbCommands.cc LayerMenu.hh \ - IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ + IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh FbMenu.cc \ WinClient.hh WinClient.cc \ Strut.hh \ Xinerama.hh \

@@ -91,6 +90,9 @@ CurrentWindowCmd.hh CurrentWindowCmd.cc \

WorkspaceCmd.hh WorkspaceCmd.cc \ CommandParser.hh CommandParser.cc \ FbCommandFactory.hh FbCommandFactory.cc \ + Shape.hh Shape.cc \ + MenuTheme.hh MenuTheme.cc \ + ${newwmspec_SOURCE} ${gnome_SOURCE} \ ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE}