diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-10-17 15:07:00 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-10-17 15:07:00 (GMT) |
commit | a2558a2b14054058342d9946deefd7c72dc2d887 (patch) | |
tree | b2ef11d800f0a350c8c5b25209713eb7e3dba81b /src/fluxbox.cc | |
parent | dc6c9c4e9b4d2976563634d84fa0ea0aa8a01f6d (diff) | |
download | fluxbox-a2558a2b14054058342d9946deefd7c72dc2d887.zip fluxbox-a2558a2b14054058342d9946deefd7c72dc2d887.tar.bz2 |
removed obsolete handler for the gnome-window manager hints
nowadays every app should use the extended window manager hints exclusively.
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 69a2a23..2e5e373 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -66,9 +66,6 @@ | |||
66 | #include "config.h" | 66 | #include "config.h" |
67 | #endif // HAVE_CONFIG_H | 67 | #endif // HAVE_CONFIG_H |
68 | 68 | ||
69 | #ifdef USE_GNOME | ||
70 | #include "Gnome.hh" | ||
71 | #endif // USE_GNOME | ||
72 | #ifdef USE_NEWWMSPEC | 69 | #ifdef USE_NEWWMSPEC |
73 | #include "Ewmh.hh" | 70 | #include "Ewmh.hh" |
74 | #endif // USE_NEWWMSPEC | 71 | #endif // USE_NEWWMSPEC |
@@ -420,9 +417,6 @@ Fluxbox::Fluxbox(int argc, char **argv, | |||
420 | #ifdef USE_NEWWMSPEC | 417 | #ifdef USE_NEWWMSPEC |
421 | addAtomHandler(new Ewmh()); // for Extended window manager atom support | 418 | addAtomHandler(new Ewmh()); // for Extended window manager atom support |
422 | #endif // USE_NEWWMSPEC | 419 | #endif // USE_NEWWMSPEC |
423 | #ifdef USE_GNOME | ||
424 | addAtomHandler(new Gnome()); // for gnome 1 atom support | ||
425 | #endif //USE_GNOME | ||
426 | // parse apps file after creating screens (so we can tell if it's a restart | 420 | // parse apps file after creating screens (so we can tell if it's a restart |
427 | // for [startup] items) but before creating windows | 421 | // for [startup] items) but before creating windows |
428 | // this needs to be after ewmh and gnome, so state atoms don't get | 422 | // this needs to be after ewmh and gnome, so state atoms don't get |