mirror of
https://github.com/brl/mutter.git
synced 2025-08-07 00:54:42 +00:00
wayland-pointer: Squash warning
This should never happen.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user