aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/surface.h
blob: 81eb80d59ae675aa1bf389c76cc0f9ba257f5c2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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