mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +00:00
d6b03ab45d
Wayland has changed so that the shell interface now only has one function which returns a shell surface for the surface. This patch makes it create a dummy service in the same way that the wayland demo compositor does. The implementation of the shell_surface_interface for that dummy service is all no-ops. Reviewed-by: Robert Bragg <robert@linux.intel.com>