labwc/include/common/direction.h

12 lines
346 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_DIRECTION_H
#define LABWC_DIRECTION_H
#include <wlr/types/wlr_output_layout.h>
2025-08-21 17:57:29 +09:00
#include "common/edge.h"
2025-08-17 16:01:50 -04:00
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 */