mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 21:54:10 +00:00
Fix for 114940.
This commit is contained in:
parent
010e620a34
commit
2d4503ee59
@ -136,7 +136,7 @@ meta_bell_flash_frame (MetaDisplay *display,
|
|||||||
|
|
||||||
g_assert (xkb_ev->xkb_type == XkbBellNotify);
|
g_assert (xkb_ev->xkb_type == XkbBellNotify);
|
||||||
window = meta_display_lookup_x_window (display, xkb_bell_event->window);
|
window = meta_display_lookup_x_window (display, xkb_bell_event->window);
|
||||||
if (!window && (display->focus_window->frame))
|
if (!window && (display->focus_window) && (display->focus_window->frame))
|
||||||
{
|
{
|
||||||
window = display->focus_window;
|
window = display->focus_window;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user