aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/Screen.cc1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32949f4..8fa4cc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes 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