mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
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.
This commit is contained in:
parent
f841d2ed74
commit
bf19f63a79
4 changed files with 29 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue