mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
kms/device: Add plane getter
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1488>
This commit is contained in:
parent
dd03ffa89d
commit
d8279ba474
@ -127,7 +127,7 @@ meta_kms_device_get_crtcs (MetaKmsDevice *device)
|
||||
return device->crtcs;
|
||||
}
|
||||
|
||||
static GList *
|
||||
GList *
|
||||
meta_kms_device_get_planes (MetaKmsDevice *device)
|
||||
{
|
||||
return device->planes;
|
||||
|
@ -49,6 +49,8 @@ GList * meta_kms_device_get_connectors (MetaKmsDevice *device);
|
||||
|
||||
GList * meta_kms_device_get_crtcs (MetaKmsDevice *device);
|
||||
|
||||
GList * meta_kms_device_get_planes (MetaKmsDevice *device);
|
||||
|
||||
MetaKmsPlane * meta_kms_device_get_primary_plane_for (MetaKmsDevice *device,
|
||||
MetaKmsCrtc *crtc);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user