wayland-surface: Support xdg_surface.destroy

Cool.
This commit is contained in:
Jasper St. Pierre 2013-11-19 17:39:51 -05:00
parent 5959457c73
commit be744775c1

View File

@ -566,7 +566,7 @@ static void
xdg_surface_destroy (struct wl_client *client,
struct wl_resource *resource)
{
g_warning ("TODO: support xdg_surface.destroy");
destroy_surface_extension (resource);
}
static void