mirror of
https://github.com/brl/mutter.git
synced 2025-07-22 09:21:22 +00:00
Restore the wireframe rectangle co-ordinates to saved window co-ordinates.
2005-01-06 Leena Gunda <leena.gunda@wipro.com> * src/window.c (meta_window_unmaximize): Restore the wireframe rectangle co-ordinates to saved window co-ordinates. Fixes bug #161236.
This commit is contained in:

committed by
Leena Sitaram Gunda

parent
7c8faf3eda
commit
7549d1511a
@ -1991,6 +1991,11 @@ meta_window_unmaximize (MetaWindow *window)
|
||||
window->saved_rect.width,
|
||||
window->saved_rect.height);
|
||||
|
||||
if (window->display->grab_wireframe_active)
|
||||
{
|
||||
window->display->grab_wireframe_rect = window->saved_rect;
|
||||
}
|
||||
|
||||
recalc_window_features (window);
|
||||
set_net_wm_state (window);
|
||||
}
|
||||
|
Reference in New Issue
Block a user