From 36ead80cd19b4c1773b894750ecf7fcec63f9b9b Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 12 Feb 2018 19:45:58 +0100 Subject: Make wlr_signal_emit_safe private --- rootston/desktop.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rootston') diff --git a/rootston/desktop.c b/rootston/desktop.c index 753a85e5..68da45e0 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -16,7 +16,6 @@ #include #include #include -#include #include "rootston/server.h" #include "rootston/seat.h" #include "rootston/xcursor.h" @@ -384,7 +383,7 @@ struct roots_subsurface *subsurface_create(struct roots_view *view, void view_finish(struct roots_view *view) { view_damage_whole(view); - wlr_signal_emit_safe(&view->events.destroy, view); + wl_signal_emit(&view->events.destroy, view); wl_list_remove(&view->new_subsurface.link); -- cgit v1.2.3