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:
|
case META_EVENT_ROUTE_WAYLAND_POPUP:
|
||||||
focus_surface = pointer->current;
|
focus_surface = pointer->current;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (focus_surface != pointer->focus_surface)
|
if (focus_surface != pointer->focus_surface)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user