Fix missing static for meta_window_show()

Definition of meta_window_show() was missing static although it
was forward-declared with static.

http://bugzilla.gnome.org/show_bug.cgi?id=585978
This commit is contained in:
Owen W. Taylor 2009-06-14 07:59:59 -04:00
parent 413acc9574
commit 0123dab87a

View File

@ -2308,7 +2308,7 @@ window_would_be_covered (const MetaWindow *newbie)
}
/* XXX META_EFFECT_*_MAP */
void
static void
meta_window_show (MetaWindow *window)
{
gboolean did_show;