patch from Dmitry Timoshkov to make sure window features get recalculated

2006-08-07  Elijah Newren  <newren gmail com>

	* src/screen.c (meta_screen_resize_func): patch from Dmitry
	Timoshkov to make sure window features get recalculated when the
	screen is resized via XRandR.  Part of #346927.
This commit is contained in:
Elijah Newren 2006-08-07 17:18:33 +00:00 committed by Elijah Newren
parent c12dc9de3c
commit 77a331a1e3
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-08-07 Elijah Newren <newren gmail com>
* src/screen.c (meta_screen_resize_func): patch from Dmitry
Timoshkov to make sure window features get recalculated when the
screen is resized via XRandR. Part of #346927.
2006-08-04 Elijah Newren <newren gmail com>
Patch from Dmitry Timoshkov to fix the heuristic for determining

View File

@ -2202,6 +2202,8 @@ meta_screen_resize_func (MetaScreen *screen,
meta_window_update_struts (window);
}
meta_window_queue_move_resize (window);
meta_window_recalc_features (window);
}
void