mirror of
https://github.com/brl/mutter.git
synced 2025-07-03 09:43:18 +00:00
output: Move MetaGpu field to instance private
Set during construction only, retrieved using helper. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
2ebd43cba9
commit
f4fd92d8e8
@ -649,7 +649,9 @@ create_monitor_test_setup (MonitorTestCaseSetup *setup,
|
||||
if (!serial)
|
||||
serial = "0x123456";
|
||||
|
||||
output = g_object_new (META_TYPE_OUTPUT, NULL);
|
||||
output = g_object_new (META_TYPE_OUTPUT,
|
||||
"gpu", test_get_gpu (),
|
||||
NULL);
|
||||
|
||||
if (crtc)
|
||||
meta_output_assign_crtc (output, crtc);
|
||||
|
Reference in New Issue
Block a user