all repos — fluxbox @ 7875a103b76e457474c444f7a19e39a572ef2147

custom fork of the fluxbox windowmanager

initialize m_state
fluxgen fluxgen
commit

7875a103b76e457474c444f7a19e39a572ef2147

parent

857e96049b0b0b795ac5cb17ea19d972c9aa9de9

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

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

@@ -35,7 +35,8 @@ namespace {

class ToggleFrameFocusCmd: public FbTk::Command { public: ToggleFrameFocusCmd(WinClient &client): - m_client(client) {} + m_client(client), + m_state(false) {} void execute() { m_state ^= true; m_client.fbwindow()->setLabelButtonFocus(m_client, m_state);