diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index d5379da..285d30a 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.cc,v 1.224 2003/08/24 11:13:36 fluxgen Exp $ | 25 | // $Id: Screen.cc,v 1.225 2003/08/24 13:07:01 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
@@ -268,6 +268,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm, | |||
268 | m_workspacenames_sig(*this), // workspace names signal | 268 | m_workspacenames_sig(*this), // workspace names signal |
269 | m_currentworkspace_sig(*this), // current workspace signal | 269 | m_currentworkspace_sig(*this), // current workspace signal |
270 | m_reconfigure_sig(*this), // reconfigure signal | 270 | m_reconfigure_sig(*this), // reconfigure signal |
271 | m_resize_sig(*this), | ||
271 | m_layermanager(num_layers), | 272 | m_layermanager(num_layers), |
272 | cycling_focus(false), | 273 | cycling_focus(false), |
273 | cycling_last(0), | 274 | cycling_last(0), |
@@ -2248,8 +2249,7 @@ void BScreen::updateSize() { | |||
2248 | slit()->reconfigure(); | 2249 | slit()->reconfigure(); |
2249 | #endif // SLIT | 2250 | #endif // SLIT |
2250 | 2251 | ||
2251 | //!! TODO: should we re-maximize the maximized windows? | 2252 | m_resize_sig.notify(); |
2252 | |||
2253 | } | 2253 | } |
2254 | 2254 | ||
2255 | 2255 | ||