mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09: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
@ -28,7 +28,6 @@ test_state_script_main (int argc, char *argv[])
|
||||
|
||||
stage = clutter_stage_new ();
|
||||
clutter_stage_set_title (CLUTTER_STAGE (stage), "State Script");
|
||||
clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE);
|
||||
g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL);
|
||||
clutter_actor_show (stage);
|
||||
|
||||
|
Reference in New Issue
Block a user