all repos — fluxbox @ c6990baeead262f85369af66080a90c3b59622f8

custom fork of the fluxbox windowmanager

oops, missed a bit
rathnor rathnor
commit

c6990baeead262f85369af66080a90c3b59622f8

parent

9128a64e62e733fcd008dd1018c76b883e20079f

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

jump to
M src/MenuCreator.hhsrc/MenuCreator.hh

@@ -34,7 +34,8 @@

class MenuCreator { public: static FbTk::Menu *createMenu(const std::string &label, int screen_num); - static FbTk::Menu *createFromFile(const std::string &filename, int screen_num); + static FbTk::Menu *createFromFile(const std::string &filename, int screen_num, + bool require_begin); static FbTk::Menu *createMenuType(const std::string &label, int screen_num); static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, bool require_begin);