Documentation for <wlr/util/edges.h>

Back to index

Table of contents

enum wlr_edges

enum wlr_edges {
	WLR_EDGE_NONE,
	WLR_EDGE_TOP,
	WLR_EDGE_BOTTOM,
	WLR_EDGE_LEFT,
	WLR_EDGE_RIGHT,
};