mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:

committed by
Georges Basile Stavracas Neto

parent
8a06cfdd81
commit
4064d9a7a7
@ -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 *
|
||||
|
Reference in New Issue
Block a user