diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-11-01 08:29:45 +1000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-11-01 08:29:45 +1000 |
| commit | 0b8ebe01b82c53370c4b229a58c361d46838edee (patch) | |
| tree | 3f81a96d7aa72cc4cd8e94c3f656ce27c6b6b34f /include/util.h | |
| parent | f79cf917f9bcc310eb61d353f9e01a7da60715bd (diff) | |
Wrap to fartherest output when running focus output
Also moves the `opposite_direction` function into `util.c` as it's used
in two places now.
Diffstat (limited to 'include/util.h')
| -rw-r--r-- | include/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index 56ca2eb8..f143d0c0 100644 --- a/include/util.h +++ b/include/util.h @@ -59,4 +59,6 @@ uint32_t parse_color(const char *color); */ bool parse_boolean(const char *boolean, bool current); +enum wlr_direction opposite_direction(enum wlr_direction d); + #endif |
