diff --git a/ChangeLog b/ChangeLog index b8e68391a..fd8fb84fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-18 Elijah Newren + + * src/window.c (meta_window_show): Patch from Jens Granseuer to + fix c89 cleanness, again. #356631. + 2006-09-18 Elijah Newren * src/constraints.c (constrain_maximization): Ignore maximum size diff --git a/src/window.c b/src/window.c index a6ec77771..31f1ce73e 100644 --- a/src/window.c +++ b/src/window.c @@ -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 */