mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Added meta_window_get_role().
This commit is contained in:
@ -8665,3 +8665,12 @@ meta_window_set_compositor_private (MetaWindow *window, void *priv)
|
||||
window->compositor_private = priv;
|
||||
}
|
||||
|
||||
const char *
|
||||
meta_window_get_role (MetaWindow *window)
|
||||
{
|
||||
if (!window)
|
||||
return NULL;
|
||||
|
||||
return window->role;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user