mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +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
413acc9574
commit
0123dab87a
@ -2308,7 +2308,7 @@ window_would_be_covered (const MetaWindow *newbie)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 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