mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
x11: Complete X11 startup sequence on SN_MONITOR_EVENT_COMPLETED
This commit is contained in:
parent
92349a4668
commit
6b7bd91610
@ -223,7 +223,10 @@ meta_startup_notification_sn_event (SnMonitorEvent *event,
|
|||||||
|
|
||||||
seq = meta_startup_notification_lookup_sequence (sn, sn_startup_sequence_get_id (sequence));
|
seq = meta_startup_notification_lookup_sequence (sn, sn_startup_sequence_get_id (sequence));
|
||||||
if (seq)
|
if (seq)
|
||||||
meta_startup_notification_remove_sequence (sn, seq);
|
{
|
||||||
|
meta_startup_sequence_complete (seq);
|
||||||
|
meta_startup_notification_remove_sequence (sn, seq);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user