monitor-manager-private: Add max_bpc to MetaOutputAssignment

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2412>
This commit is contained in:
Daniel van Vugt 2022-06-09 18:43:22 +08:00 committed by Marge Bot
parent b6dbb686e2
commit e0e10c29d9

View File

@ -101,6 +101,8 @@ struct _MetaOutputAssignment
gboolean is_primary;
gboolean is_presentation;
gboolean is_underscanning;
gboolean has_max_bpc;
unsigned int max_bpc;
};
/*