mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
core: Make MetaStartupSequence/Notification public
This will be preferred over SnStartupNotification, as exposed through MetaDisplay.
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
4a69a0d7f7
commit
4d92979b43
@@ -3644,3 +3644,9 @@ meta_display_get_workspace_manager (MetaDisplay *display)
|
||||
{
|
||||
return display->workspace_manager;
|
||||
}
|
||||
|
||||
MetaStartupNotification *
|
||||
meta_display_get_startup_notification (MetaDisplay *display)
|
||||
{
|
||||
return display->startup_notification;
|
||||
}
|
||||
|
Reference in New Issue
Block a user