1
0
Fork 0

Patch from Jens Granseuer to fix c89 cleanness, again. #356631.

2006-09-18  Elijah Newren  <newren gmail com>

	* src/window.c (meta_window_show): Patch from Jens Granseuer to
	fix c89 cleanness, again.  #356631.
This commit is contained in:
Elijah Newren 2006-09-18 22:00:57 +00:00 committed by Elijah Newren
parent 2d73af1530
commit 569ff8a34c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-09-18 Elijah Newren <newren gmail com>
* src/window.c (meta_window_show): Patch from Jens Granseuer to
fix c89 cleanness, again. #356631.
2006-09-18 Elijah Newren <newren gmail com>
* src/constraints.c (constrain_maximization): Ignore maximum size

View file

@ -1942,6 +1942,8 @@ meta_window_show (MetaWindow *window)
if (needs_stacking_adjustment)
{
gboolean overlap;
/* needs_stacking_adjustment is only set under certain
* circumstances currently; if those circumstances change, this
* code may need re-thinking too
@ -1958,7 +1960,6 @@ meta_window_show (MetaWindow *window)
* - the demands attention setting of the window
*/
gboolean overlap;
overlap = windows_overlap (window, focus_window);
/* We want alt tab to go to the denied-focus window */