From 0ea4319159dbe49d67b83c93dce745b9c2772404 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Wed, 16 Oct 2002 20:02:00 +0000
Subject: enable ewmh

---
 src/fluxbox.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 1393d8d..b219115 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: fluxbox.cc,v 1.77 2002/10/15 20:41:08 fluxgen Exp $
+// $Id: fluxbox.cc,v 1.78 2002/10/16 20:02:00 fluxgen Exp $
 
 
 #include "fluxbox.hh"
@@ -344,7 +344,7 @@ key(0)
 	
 	// setup atom handlers
 	m_atomhandler.push_back(new Gnome()); // for gnome 1 atom support
-//	m_atomhandler.push_back(new Ewmh()); // for Extended window manager atom support
+	m_atomhandler.push_back(new Ewmh()); // for Extended window manager atom support
 
 	//singleton pointer
 	singleton = this;
-- 
cgit v0.11.2