mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
2d73af1530
commit
569ff8a34c
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user