Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37845707
en ru br
ALT Linux repos
S:3.4.2-alt1
5.0: 1.2.36-alt2.1
4.1: 1.2.35-alt2.1
4.0: 1.2.32-alt2.1
3.0: 1.2.23-alt1
+backports:1.2.30-alt1.M30.1

Group :: Graphical desktop/Icewm
RPM: icewm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: icewm-build_fixes.patch
Download


 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;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin