mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
include: add config/types.h
This commit is contained in:
parent
6dea8c0dcc
commit
9d49d19cd2
54 changed files with 414 additions and 368 deletions
|
|
@ -3,9 +3,9 @@
|
|||
#define LABWC_DIRECTION_H
|
||||
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include "view.h"
|
||||
#include "config/types.h"
|
||||
|
||||
bool direction_from_view_edge(enum view_edge edge, enum wlr_direction *direction);
|
||||
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue