update _NET_WORKAREA on screen resize
This commit is contained in:
parent
5f4f8aa604
commit
9053e772db
2 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -2038,6 +2038,7 @@ void BScreen::updateSize() {
|
|||
|
||||
// send resize notify
|
||||
m_resize_sig.notify();
|
||||
m_workspace_area_sig.notify();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue