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:
parent
a13dec34ef
commit
3e2fcf4acd
@ -2377,7 +2377,7 @@ unmap_client_window (MetaWindow *window,
|
||||
}
|
||||
|
||||
/* XXX META_EFFECT_*_MAP */
|
||||
void
|
||||
static void
|
||||
meta_window_show (MetaWindow *window)
|
||||
{
|
||||
gboolean did_show;
|
||||
|
Loading…
Reference in New Issue
Block a user