diff options
author | fluxgen <fluxgen> | 2002-10-16 20:02:00 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-16 20:02:00 (GMT) |
commit | 0ea4319159dbe49d67b83c93dce745b9c2772404 (patch) | |
tree | faba2d5cd81d745d38430449a9f81cefd14e5a87 /src/fluxbox.cc | |
parent | 46087c7e08f96864bc14a9eaa06067f7672997a0 (diff) | |
download | fluxbox_pavel-0ea4319159dbe49d67b83c93dce745b9c2772404.zip fluxbox_pavel-0ea4319159dbe49d67b83c93dce745b9c2772404.tar.bz2 |
enable ewmh
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 1393d8d..b219115 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.cc,v 1.77 2002/10/15 20:41:08 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.78 2002/10/16 20:02:00 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "fluxbox.hh" | 28 | #include "fluxbox.hh" |
@@ -344,7 +344,7 @@ key(0) | |||
344 | 344 | ||
345 | // setup atom handlers | 345 | // setup atom handlers |
346 | m_atomhandler.push_back(new Gnome()); // for gnome 1 atom support | 346 | m_atomhandler.push_back(new Gnome()); // for gnome 1 atom support |
347 | // m_atomhandler.push_back(new Ewmh()); // for Extended window manager atom support | 347 | m_atomhandler.push_back(new Ewmh()); // for Extended window manager atom support |
348 | 348 | ||
349 | //singleton pointer | 349 | //singleton pointer |
350 | singleton = this; | 350 | singleton = this; |