aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
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