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 a13dec34ef
commit 3e2fcf4acd

View File

@ -2377,7 +2377,7 @@ unmap_client_window (MetaWindow *window,
}
/* XXX META_EFFECT_*_MAP */
void
static void
meta_window_show (MetaWindow *window)
{
gboolean did_show;