aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc1
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
479Ewmh::Ewmh() { 479Ewmh::Ewmh() {
480 setName("ewmh");
480 m_net = new EwmhAtoms; 481 m_net = new EwmhAtoms;
481} 482}
482 483