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 66ab0fd..a4778be 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -340,7 +340,6 @@ BScreen::BScreen(FbTk::ResourceManager &rm, | |||
340 | const string &altscreenname, | 340 | const string &altscreenname, |
341 | int scrn, int num_layers) : | 341 | int scrn, int num_layers) : |
342 | m_reconfigure_sig(*this), // reconfigure signal | 342 | m_reconfigure_sig(*this), // reconfigure signal |
343 | m_resize_sig(*this), | ||
344 | m_layermanager(num_layers), | 343 | m_layermanager(num_layers), |
345 | m_focused_windowtheme(new FbWinFrameTheme(scrn, ".focus", ".Focus")), | 344 | m_focused_windowtheme(new FbWinFrameTheme(scrn, ".focus", ".Focus")), |
346 | m_unfocused_windowtheme(new FbWinFrameTheme(scrn, ".unfocus", ".Unfocus")), | 345 | m_unfocused_windowtheme(new FbWinFrameTheme(scrn, ".unfocus", ".Unfocus")), |
@@ -1931,7 +1930,7 @@ void BScreen::updateSize() { | |||
1931 | m_root_theme->reconfigTheme(); | 1930 | m_root_theme->reconfigTheme(); |
1932 | 1931 | ||
1933 | // send resize notify | 1932 | // send resize notify |
1934 | m_resize_sig.notify(); | 1933 | m_resize_sig.emit(*this); |
1935 | m_workspace_area_sig.emit(*this); | 1934 | m_workspace_area_sig.emit(*this); |
1936 | 1935 | ||
1937 | // move windows out of inactive heads | 1936 | // move windows out of inactive heads |