aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/bar
diff options
context:
space:
mode:
authorM Stoeckl <code@mstoeckl.com>2019-01-21 12:39:16 -0500
committerM Stoeckl <code@mstoeckl.com>2019-01-21 12:39:16 -0500
commitd7ff776552bef524e905d85c2a5e7651c8408658 (patch)
treeae20feac64f93f776e9c9e136c62459705e97987 /sway/commands/bar
parent410c961388bbfecb5f1b63e4a1977a78709a6e57 (diff)
Move sway-specific functions in common/util.c into sway/
Modifier handling functions were moved into sway/input/keyboard.c; opposite_direction for enum wlr_direction into sway/tree/output.c; and get_parent_pid into sway/tree/root.c .
Diffstat (limited to 'sway/commands/bar')
-rw-r--r--sway/commands/bar/modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bar/modifier.c b/sway/commands/bar/modifier.c
index 62ec681f..c95250d1 100644
--- a/sway/commands/bar/modifier.c
+++ b/sway/commands/bar/modifier.c
@@ -1,8 +1,8 @@
#include <string.h>
#include "sway/commands.h"
+#include "sway/input/keyboard.h"
#include "log.h"
#include "stringop.h"
-#include "util.h"
struct cmd_results *bar_cmd_modifier(int argc, char **argv) {
struct cmd_results *error = NULL;