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
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
f71316c850
commit
b69111d8e6
@ -44,8 +44,9 @@ typedef struct _MetaGpu MetaGpu;
|
||||
typedef struct _MetaCrtc MetaCrtc;
|
||||
typedef struct _MetaOutput MetaOutput;
|
||||
typedef struct _MetaCrtcMode MetaCrtcMode;
|
||||
typedef struct _MetaCrtcInfo MetaCrtcInfo;
|
||||
typedef struct _MetaOutputInfo MetaOutputInfo;
|
||||
typedef struct _MetaCrtcAssignment MetaCrtcAssignment;
|
||||
typedef struct _MetaOutputAssignment MetaOutputAssignment;
|
||||
|
||||
typedef struct _MetaTileInfo MetaTileInfo;
|
||||
|
||||
typedef struct _MetaRenderer MetaRenderer;
|
||||
|
Reference in New Issue
Block a user