aboutsummaryrefslogtreecommitdiff
path: root/include/sway/surface.h
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2023-02-21 20:58:17 -0500
committerKirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commit5f0801b6f245cc789ea93b9449dd0c573ef36e66 (patch)
tree657615d28252b0b3bd01ef240ac6ae49dad15f74 /include/sway/surface.h
parent1e018e72b4d57c8f354b9be9686a7a75797cdcab (diff)
container: Don't track outputs
The scene graph abstraction does this for us
Diffstat (limited to 'include/sway/surface.h')
-rw-r--r--include/sway/surface.h10
1 files changed, 0 insertions, 10 deletions
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 <wlr/types/wlr_compositor.h>
-
-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