diff options
author | markt <markt> | 2007-11-20 19:01:45 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-20 19:01:45 (GMT) |
commit | 08ebff4b319f51b4263cded0bb9c04103bcd9c3a (patch) | |
tree | 559206cfdcb63c85989882fcdaece3b3312e9d4b /src/Screen.cc | |
parent | 2e96a07cf74d66f204ce37daef2c9cc6a7c0b357 (diff) | |
download | fluxbox_pavel-08ebff4b319f51b4263cded0bb9c04103bcd9c3a.zip fluxbox_pavel-08ebff4b319f51b4263cded0bb9c04103bcd9c3a.tar.bz2 |
move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 1557409..0c26a70 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -431,7 +431,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm, | |||
431 | evm->add(*this, rootWindow()); | 431 | evm->add(*this, rootWindow()); |
432 | Keys *keys = Fluxbox::instance()->keys(); | 432 | Keys *keys = Fluxbox::instance()->keys(); |
433 | if (keys) | 433 | if (keys) |
434 | keys->registerWindow(rootWindow().window(), | 434 | keys->registerWindow(rootWindow().window(), *this, |
435 | Keys::GLOBAL|Keys::ON_DESKTOP); | 435 | Keys::GLOBAL|Keys::ON_DESKTOP); |
436 | rootWindow().setCursor(XCreateFontCursor(disp, XC_left_ptr)); | 436 | rootWindow().setCursor(XCreateFontCursor(disp, XC_left_ptr)); |
437 | 437 | ||