mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
Add common/edge.c
This commit is contained in:
parent
beb3c0fa09
commit
9cc75803e4
9 changed files with 105 additions and 96 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#define LABWC_DIRECTION_H
|
||||
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include "config/types.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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue