Fix following the renaming of meta_window_get_type() to meta_window_get_window_type().

This commit is contained in:
Tomas Frydrych 2008-12-18 12:46:53 +00:00
parent b7466365a1
commit 53cea00323

View File

@ -527,7 +527,7 @@ static void
mutter_window_query_window_type (MutterWindow *self)
{
MutterWindowPrivate *priv = self->priv;
priv->type = (MetaCompWindowType) meta_window_get_type (priv->window);
priv->type = (MetaCompWindowType) meta_window_get_window_type (priv->window);
}
static gboolean