From 5f0801b6f245cc789ea93b9449dd0c573ef36e66 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Tue, 21 Feb 2023 20:58:17 -0500 Subject: container: Don't track outputs The scene graph abstraction does this for us --- include/sway/surface.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 include/sway/surface.h (limited to 'include/sway/surface.h') diff --git a/include/sway/surface.h b/include/sway/surface.h deleted file mode 100644 index 81eb80d5..00000000 --- a/include/sway/surface.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _SWAY_SURFACE_H -#define _SWAY_SURFACE_H -#include - -void surface_enter_output(struct wlr_surface *surface, - struct sway_output *output); -void surface_leave_output(struct wlr_surface *surface, - struct sway_output *output); - -#endif -- cgit v1.2.3