mirror of
https://github.com/brl/mutter.git
synced 2025-04-10 12:19:38 +00:00
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 */
|
/* XXX META_EFFECT_*_MAP */
|
||||||
void
|
static void
|
||||||
meta_window_show (MetaWindow *window)
|
meta_window_show (MetaWindow *window)
|
||||||
{
|
{
|
||||||
gboolean did_show;
|
gboolean did_show;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user