mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
move tree includes to their own directory
This commit is contained in:
parent
b1984133a9
commit
874f009866
29 changed files with 89 additions and 110 deletions
|
|
@ -3,10 +3,11 @@
|
|||
#include "log.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
#include "sway/input/seat.h"
|
||||
#include "sway/view.h"
|
||||
#include "sway/tree/view.h"
|
||||
#include "sway/commands.h"
|
||||
|
||||
static bool parse_movement_direction(const char *name, enum movement_direction *out) {
|
||||
static bool parse_movement_direction(const char *name,
|
||||
enum movement_direction *out) {
|
||||
if (strcasecmp(name, "left") == 0) {
|
||||
*out = MOVE_LEFT;
|
||||
} else if (strcasecmp(name, "right") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue