From b69111d8e6c06f3a27c81f80a1f1e76d24051372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 25 Feb 2020 20:30:46 +0100 Subject: monitor-manager: Rename *Info structs to *Assignment MetaCrtcInfo and MetaOutputInfo did not represent information about MetaCrtc and MetaOutput, but the result of the monitor configuration assignment algorithm, thus rename it to MetaCrtcAssignment and MetaOutputAssignment. The purpose for this is to be able to introduce a struct that actually carries information about the CRTCs and outputs, as retrieved from the backend implementations. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287 --- src/backends/meta-output.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backends/meta-output.h') diff --git a/src/backends/meta-output.h b/src/backends/meta-output.h index 86d338c06..75b6ca189 100644 --- a/src/backends/meta-output.h +++ b/src/backends/meta-output.h @@ -130,9 +130,9 @@ void meta_output_set_backlight (MetaOutput *output, int meta_output_get_backlight (MetaOutput *output); META_EXPORT_TEST -void meta_output_assign_crtc (MetaOutput *output, - MetaCrtc *crtc, - const MetaOutputInfo *output_info); +void meta_output_assign_crtc (MetaOutput *output, + MetaCrtc *crtc, + const MetaOutputAssignment *output_assignment); META_EXPORT_TEST void meta_output_unassign_crtc (MetaOutput *output); -- cgit v1.2.1