aboutsummaryrefslogtreecommitdiff
path: root/include/movement.h
diff options
context:
space:
mode:
authortaiyu <taiyu.len@gmail.com>2015-08-18 00:28:44 -0700
committertaiyu <taiyu.len@gmail.com>2015-08-18 00:28:44 -0700
commit11321ca2dd355be82175213795d88dcbfd0540ee (patch)
treeb0f9bb55eb8c2448139dc63447edf01ffab7fb58 /include/movement.h
parent780893a9338fe948cbb12c3b0ce3942ec8001ccf (diff)
changed handling of focus, handling of view by type
Diffstat (limited to 'include/movement.h')
-rw-r--r--include/movement.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/movement.h b/include/movement.h
deleted file mode 100644
index dd701877..00000000
--- a/include/movement.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _SWAY_MOVEMENT_H
-#define _SWAY_MOVEMENT_H
-
-#include <wlc/wlc.h>
-#include "list.h"
-
-enum movement_direction {
- MOVE_LEFT,
- MOVE_RIGHT,
- MOVE_UP,
- MOVE_DOWN,
- MOVE_PARENT
-};
-
-bool move_focus(enum movement_direction direction);
-
-#endif