mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
wayland-pointer: Squash warning
This should never happen.
This commit is contained in:
parent
2b63b17327
commit
53876d2b62
@ -261,6 +261,9 @@ sync_focus_surface (MetaWaylandPointer *pointer)
|
||||
case META_EVENT_ROUTE_WAYLAND_POPUP:
|
||||
focus_surface = pointer->current;
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
if (focus_surface != pointer->focus_surface)
|
||||
|
Loading…
Reference in New Issue
Block a user