diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/Screen.cc | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *06/08/02: | 3 | *06/08/02: |
4 | * Update _NET_WORKAREA on screen dimension change (Mark) | ||
5 | Screen.cc | ||
4 | * Fix ClickTabFocus and MouseTabFocus in nls (Thanks Antonio Gomes) | 6 | * Fix ClickTabFocus and MouseTabFocus in nls (Thanks Antonio Gomes) |
5 | Screen.cc | 7 | Screen.cc |
6 | *06/07/30: | 8 | *06/07/30: |
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 | ||