all repos — fluxbox @ a944c7cca4c8aa9b3366e1b2bdef176f01b5a73a

custom fork of the fluxbox windowmanager

init m_display
fluxgen fluxgen
commit

a944c7cca4c8aa9b3366e1b2bdef176f01b5a73a

parent

9f6621a599688ec87d0fe3d758a57d2aea4e730e

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

jump to
M src/FbTk/App.ccsrc/FbTk/App.cc

@@ -36,7 +36,7 @@ throw std::string("You must create an instance of FbTk::App first!");

return s_app; } -App::App(const char *displayname):m_done(false) { +App::App(const char *displayname):m_done(false), m_display(0) { if (s_app != 0) throw std::string("Can't create more than one instance of FbTk::App"); s_app = this;