6b2dc9119e
Since it is the desktop-shell plugin in the compositor that offers both wl_shell global interface and wl_shell_surface interface, those are not available on the tablet-shell plugin. The tablet-shell client uses the toytoolkit, so toytoolkit must work somehow even without wl_shell. Turn all operations in toytoolkit that would require wl_shell or wl_shell_surface into no-ops. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>