aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-09 17:20:06 (GMT)
committerrathnor <rathnor>2003-04-09 17:20:06 (GMT)
commit51007f35a531c892b1ee2013cc7f180ff20c0744 (patch)
treebd77d6e845d6742d01d11349e5c5095fe27e866a /src/Ewmh.cc
parent2f9ba66d12d67e1a0bdd102d1e665b8b55161fe8 (diff)
downloadfluxbox-51007f35a531c892b1ee2013cc7f180ff20c0744.zip
fluxbox-51007f35a531c892b1ee2013cc7f180ff20c0744.tar.bz2
Little fixes to bugs highlighted by valgrind - Simon
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index 5c88b77..f077932 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Ewmh.cc,v 1.13 2003/03/04 21:41:05 fluxgen Exp $ 22// $Id: Ewmh.cc,v 1.14 2003/04/09 17:20:00 rathnor Exp $
23 23
24#include "Ewmh.hh" 24#include "Ewmh.hh"
25 25
@@ -33,6 +33,7 @@ using namespace std;
33 33
34Ewmh::Ewmh() { 34Ewmh::Ewmh() {
35 createAtoms(); 35 createAtoms();
36 enableUpdate();
36} 37}
37 38
38Ewmh::~Ewmh() { 39Ewmh::~Ewmh() {