events: Early exit when we get a SN notification event
Nothing else needs to see this.
This commit is contained in:
parent
840378ae68
commit
0e6570b09b
1 changed files with 5 additions and 1 deletions
|
@ -1754,7 +1754,11 @@ meta_display_handle_xevent (MetaDisplay *display,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_STARTUP_NOTIFICATION
|
#ifdef HAVE_STARTUP_NOTIFICATION
|
||||||
sn_display_process_event (display->sn_display, event);
|
if (sn_display_process_event (display->sn_display, event))
|
||||||
|
{
|
||||||
|
bypass_gtk = bypass_compositor = TRUE;
|
||||||
|
goto out;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Intercept XRandR events early and don't attempt any
|
/* Intercept XRandR events early and don't attempt any
|
||||||
|
|
Loading…
Reference in a new issue