diff options
Diffstat (limited to 'include/sway/surface.h')
-rw-r--r-- | include/sway/surface.h | 10 |
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 |