icewm/src/wmapp.h | 2 +- icewm/src/wmmgr.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icewm/src/wmapp.h b/icewm/src/wmapp.h index 101992c..cbe2556 100644 --- a/icewm/src/wmapp.h +++ b/icewm/src/wmapp.h @@ -78,7 +78,7 @@ private: Window managerWindow; }; -#if 0 +#ifdef CONFIG_GUIEVENTS extern YWMApp * wmapp; #endif diff --git a/icewm/src/wmmgr.cc b/icewm/src/wmmgr.cc index 4252bf6..dc1e703 100644 --- a/icewm/src/wmmgr.cc +++ b/icewm/src/wmmgr.cc @@ -697,7 +697,7 @@ void YWindowManager::handleClientMessage(const XClientMessageEvent &message) { case ICEWM_ACTION_RESTARTWM: case ICEWM_ACTION_WINDOWLIST: case ICEWM_ACTION_ABOUT: - break; + //break; default: smActionListener->handleSMAction(message.data.l[1]); break;