diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-09-13 20:04:24 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-09-13 20:04:24 (GMT) |
commit | deb6a1ebf43f458b720abbc6a7180e9a8e04771a (patch) | |
tree | ecff64e1eb70e43ff15b93de2f98953cfadd0067 /src/Ewmh.cc | |
parent | f6af17aa58701cdb579cca52ac83edf289e118e7 (diff) | |
download | fluxbox-deb6a1ebf43f458b720abbc6a7180e9a8e04771a.zip fluxbox-deb6a1ebf43f458b720abbc6a7180e9a8e04771a.tar.bz2 |
code simplification
we do not need a std::map just to store an attribute on an AtomHandler,
it makes housekeeping just more annoying.
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index c09154d..77581b8 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -477,6 +477,7 @@ enum EwmhMoveResizeDirection { | |||
477 | }; | 477 | }; |
478 | 478 | ||
479 | Ewmh::Ewmh() { | 479 | Ewmh::Ewmh() { |
480 | setName("ewmh"); | ||
480 | m_net = new EwmhAtoms; | 481 | m_net = new EwmhAtoms; |
481 | } | 482 | } |
482 | 483 | ||