all repos — fluxbox @ b43be7144fb60b544b7086a84ae15e6c90fd1809

custom fork of the fluxbox windowmanager

upgrade CONFIG_VERSION to 11
Mathias Gumz akira at fluxbox dot org
commit

b43be7144fb60b544b7086a84ae15e6c90fd1809

parent

2c668283419309a42a9a59266c768e5f567310c0

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

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

@@ -605,7 +605,7 @@

if (create_windowmenu) FbTk::FileUtil::copyFile(DEFAULT_WINDOWMENU, windowmenu_file.c_str()); -#define CONFIG_VERSION 10 +#define CONFIG_VERSION 11 FbTk::Resource<int> config_version(m_resourcemanager, 0, "session.configVersion", "Session.ConfigVersion"); if (*config_version < CONFIG_VERSION) {