labwc/include/common/direction.h
tokyo4j 48ba23fc8d
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Add common/edge.c
2025-08-21 21:17:52 +01:00

11 lines
346 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_DIRECTION_H
#define LABWC_DIRECTION_H
#include <wlr/types/wlr_output_layout.h>
#include "common/edge.h"
bool direction_from_edge(enum lab_edge edge, enum wlr_direction *direction);
enum wlr_direction direction_get_opposite(enum wlr_direction direction);
#endif /* LABWC_DIRECTION_H */