wayland-pointer: Squash warning

This should never happen.
This commit is contained in:
Jasper St. Pierre 2014-08-16 15:37:27 -04:00
parent 2b63b17327
commit 53876d2b62

View File

@ -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)