mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50: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>
|
2006-09-18 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
* src/constraints.c (constrain_maximization): Ignore maximum size
|
* src/constraints.c (constrain_maximization): Ignore maximum size
|
||||||
|
@ -1942,6 +1942,8 @@ meta_window_show (MetaWindow *window)
|
|||||||
|
|
||||||
if (needs_stacking_adjustment)
|
if (needs_stacking_adjustment)
|
||||||
{
|
{
|
||||||
|
gboolean overlap;
|
||||||
|
|
||||||
/* needs_stacking_adjustment is only set under certain
|
/* needs_stacking_adjustment is only set under certain
|
||||||
* circumstances currently; if those circumstances change, this
|
* circumstances currently; if those circumstances change, this
|
||||||
* code may need re-thinking too
|
* code may need re-thinking too
|
||||||
@ -1958,7 +1960,6 @@ meta_window_show (MetaWindow *window)
|
|||||||
* - the demands attention setting of the window
|
* - the demands attention setting of the window
|
||||||
*/
|
*/
|
||||||
|
|
||||||
gboolean overlap;
|
|
||||||
overlap = windows_overlap (window, focus_window);
|
overlap = windows_overlap (window, focus_window);
|
||||||
|
|
||||||
/* We want alt tab to go to the denied-focus window */
|
/* We want alt tab to go to the denied-focus window */
|
||||||
|
Loading…
Reference in New Issue
Block a user