mirror of
https://github.com/brl/mutter.git
synced 2025-07-15 22:57:19 +00:00
output: Add name getter
This will return the name of the connector, e.g. DP-2. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1237
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
4434a17d08
commit
9bf6faf639
@ -35,6 +35,12 @@ meta_output_get_gpu (MetaOutput *output)
|
||||
return output->gpu;
|
||||
}
|
||||
|
||||
const char *
|
||||
meta_output_get_name (MetaOutput *output)
|
||||
{
|
||||
return output->name;
|
||||
}
|
||||
|
||||
void
|
||||
meta_output_assign_crtc (MetaOutput *output,
|
||||
MetaCrtc *crtc)
|
||||
|
Reference in New Issue
Block a user