diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 51189f2..69d4444 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -2038,6 +2038,7 @@ void BScreen::updateSize() { | |||
2038 | 2038 | ||
2039 | // send resize notify | 2039 | // send resize notify |
2040 | m_resize_sig.notify(); | 2040 | m_resize_sig.notify(); |
2041 | m_workspace_area_sig.notify(); | ||
2041 | } | 2042 | } |
2042 | 2043 | ||
2043 | 2044 | ||