update _NET_WORKAREA on screen resize

This commit is contained in:
markt 2006-08-02 20:06:01 +00:00
parent 5f4f8aa604
commit 9053e772db
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,8 @@
(Format: Year/Month/Day)
Changes for 1.0rc3:
*06/08/02:
* Update _NET_WORKAREA on screen dimension change (Mark)
Screen.cc
* Fix ClickTabFocus and MouseTabFocus in nls (Thanks Antonio Gomes)
Screen.cc
*06/07/30:

View file

@ -2038,6 +2038,7 @@ void BScreen::updateSize() {
// send resize notify
m_resize_sig.notify();
m_workspace_area_sig.notify();
}