diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 129ac80..c144630 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -66,9 +66,9 @@ | |||
66 | #include "config.h" | 66 | #include "config.h" |
67 | #endif // HAVE_CONFIG_H | 67 | #endif // HAVE_CONFIG_H |
68 | 68 | ||
69 | #ifdef USE_NEWWMSPEC | 69 | #ifdef USE_EWMH |
70 | #include "Ewmh.hh" | 70 | #include "Ewmh.hh" |
71 | #endif // USE_NEWWMSPEC | 71 | #endif // USE_EWMH |
72 | #ifdef REMEMBER | 72 | #ifdef REMEMBER |
73 | #include "Remember.hh" | 73 | #include "Remember.hh" |
74 | #endif // REMEMBER | 74 | #endif // REMEMBER |
@@ -418,9 +418,9 @@ Fluxbox::Fluxbox(int argc, char **argv, | |||
418 | 418 | ||
419 | m_keyscreen = m_mousescreen = m_screen_list.front(); | 419 | m_keyscreen = m_mousescreen = m_screen_list.front(); |
420 | 420 | ||
421 | #ifdef USE_NEWWMSPEC | 421 | #ifdef USE_EWMH |
422 | addAtomHandler(new Ewmh()); // for Extended window manager atom support | 422 | addAtomHandler(new Ewmh()); |
423 | #endif // USE_NEWWMSPEC | 423 | #endif // USE_EWMH |
424 | // parse apps file after creating screens (so we can tell if it's a restart | 424 | // parse apps file after creating screens (so we can tell if it's a restart |
425 | // for [startup] items) but before creating windows | 425 | // for [startup] items) but before creating windows |
426 | // this needs to be after ewmh and gnome, so state atoms don't get | 426 | // this needs to be after ewmh and gnome, so state atoms don't get |