clutter: Remove ability to be user resizable

It's a functionality from the application centric clutter that we don't
need for compositors.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/616
This commit is contained in:
Jonas Ådahl
2019-06-08 16:32:44 +02:00
committed by Georges Basile Stavracas Neto
parent 8a06cfdd81
commit 4064d9a7a7
18 changed files with 6 additions and 163 deletions

View File

@ -214,7 +214,6 @@ meta_stage_class_init (MetaStageClass *klass)
static void
meta_stage_init (MetaStage *stage)
{
clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), FALSE);
}
ClutterActor *