all repos — fluxbox @ 47a1f632001bb129b9909b929e7023b367e8e167

custom fork of the fluxbox windowmanager

another build issue with size_t update, header file not updated
simonb simonb
commit

47a1f632001bb129b9909b929e7023b367e8e167

parent

0159f0396df6d5aa7178992e2dc99576644d2476

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

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

@@ -83,7 +83,7 @@

const Windows &windowList() const { return m_windowlist; } Windows &windowList() { return m_windowlist; } - int numberOfWindows() const; + size_t numberOfWindows() const; bool checkGrouping(FluxboxWindow &win); static bool loadGroups(const std::string &filename);