diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 7c372bc..8809609 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -345,7 +345,6 @@ BScreen::BScreen(FbTk::ResourceManager &rm, | |||
345 | m_focusedwindow_sig(*this), // focused window signal | 345 | m_focusedwindow_sig(*this), // focused window signal |
346 | m_reconfigure_sig(*this), // reconfigure signal | 346 | m_reconfigure_sig(*this), // reconfigure signal |
347 | m_resize_sig(*this), | 347 | m_resize_sig(*this), |
348 | m_bg_change_sig(*this), | ||
349 | m_layermanager(num_layers), | 348 | m_layermanager(num_layers), |
350 | m_focused_windowtheme(new FbWinFrameTheme(scrn, ".focus", ".Focus")), | 349 | m_focused_windowtheme(new FbWinFrameTheme(scrn, ".focus", ".Focus")), |
351 | m_unfocused_windowtheme(new FbWinFrameTheme(scrn, ".unfocus", ".Unfocus")), | 350 | m_unfocused_windowtheme(new FbWinFrameTheme(scrn, ".unfocus", ".Unfocus")), |
@@ -855,7 +854,7 @@ void BScreen::propertyNotify(Atom atom) { | |||
855 | } | 854 | } |
856 | // TODO: this doesn't belong in FbPixmap | 855 | // TODO: this doesn't belong in FbPixmap |
857 | } else if (FbTk::FbPixmap::rootwinPropertyNotify(screenNumber(), atom)) | 856 | } else if (FbTk::FbPixmap::rootwinPropertyNotify(screenNumber(), atom)) |
858 | m_bg_change_sig.notify(); | 857 | m_bg_change_sig.emit(*this); |
859 | } | 858 | } |
860 | 859 | ||
861 | void BScreen::keyPressEvent(XKeyEvent &ke) { | 860 | void BScreen::keyPressEvent(XKeyEvent &ke) { |