all repos — fluxbox @ 96f8ada03d6b28721a8cb2ebb00f3f7c0ce5bd7a

custom fork of the fluxbox windowmanager

little fix
mathias mathias
commit

96f8ada03d6b28721a8cb2ebb00f3f7c0ce5bd7a

parent

e21990f8f34c0b348d804598a79453e791ea08ee

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

jump to
M src/Slit.ccsrc/Slit.cc

@@ -43,6 +43,7 @@ #include "EventManager.hh"

#include "SimpleCommand.hh" #include "MacroCommand.hh" #include "FbCommands.hh" +#include "Layer.hh" #include "LayerMenu.hh" #include "XLayer.hh" #include "RootTheme.hh"

@@ -1244,13 +1245,13 @@ new XineramaHeadMenu<Slit>(

screen().menuTheme(), screen(), screen().imageControl(), - *screen().layerManager().getLayer(Layer::MENU), + *screen().layerManager().getLayer(::Layer::MENU), *this, _FBTEXT(Slit, OnHead, "Slit on Head", "Title of Slits On Head menu") )); } - #endif //XINERAMA + m_slitmenu.insert(new BoolMenuItem(_FBTEXT(Common, AutoHide, "Auto hide", "This thing automatically hides when not close by"), *m_rc_auto_hide, save_and_reconfigure_slit));