diff options
author | infirit <[email protected]> | 2013-11-28 19:26:29 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-28 19:36:39 +0100 |
commit | dada16021aa2f4332496592b196839dea7277dfa (patch) | |
tree | b7254a575c021d3a2d295aec3983b2db2cc4e0cf /maximus/maximus-bind.c | |
parent | c861b869257e89c1d4872476f3311dd52094a92d (diff) | |
download | mate-netbook-dada16021aa2f4332496592b196839dea7277dfa.tar.bz2 mate-netbook-dada16021aa2f4332496592b196839dea7277dfa.tar.xz |
Remove trailing whitespace
Diffstat (limited to 'maximus/maximus-bind.c')
-rw-r--r-- | maximus/maximus-bind.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maximus/maximus-bind.c b/maximus/maximus-bind.c index b58cbc1..543834a 100644 --- a/maximus/maximus-bind.c +++ b/maximus/maximus-bind.c @@ -146,7 +146,7 @@ real_fullscreen (MaximusBind *bind) display = gdk_display_get_default (); active = matewnck_screen_get_active_window (priv->screen); - if (!MATEWNCK_IS_WINDOW (active) + if (!MATEWNCK_IS_WINDOW (active) || matewnck_window_get_window_type (active) != MATEWNCK_WINDOW_NORMAL) return FALSE; @@ -220,7 +220,7 @@ real_unfullscreen (MaximusBind *bind) display = gdk_display_get_default (); active = matewnck_screen_get_active_window (priv->screen); - if (!MATEWNCK_IS_WINDOW (active) + if (!MATEWNCK_IS_WINDOW (active) || matewnck_window_get_window_type (active) != MATEWNCK_WINDOW_NORMAL) return FALSE; |