a11y: Check display in `*grab_cell_focus()`
Calling the accessibility function `grab_focus()` on a `GtkCell` under Wayland will cause the client to crash. This is another case of `gdk_x11_get_server_time()` being called regardless of the actual windowing backend used. Closes: GNOME/gtk#1507