mirror of
https://github.com/brl/mutter.git
synced 2025-03-23 11:43:50 +00:00
crtc-kms: Include MetaCrtc in MetaCrtcKms struct
Otherwise it can't be a GObject inheriting MetaCrtc. This fixes warning logged as "invalid uninstantiatable type '(null)' in cast to 'MetaCrtcKms'" Fixes: 1ce9e379d99a8e15b3d043013062104f9b569574 https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1308
This commit is contained in:
parent
e089e53b24
commit
19b467aa01
@ -37,6 +37,8 @@
|
||||
|
||||
struct _MetaCrtcKms
|
||||
{
|
||||
MetaCrtc parent;
|
||||
|
||||
MetaKmsCrtc *kms_crtc;
|
||||
|
||||
MetaKmsPlane *primary_plane;
|
||||
|
Loading…
x
Reference in New Issue
Block a user