diff options
author | Drew DeVault <[email protected]> | 2015-08-16 11:02:56 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-08-16 11:02:56 -0400 |
commit | 7f8ebb7d0dcb687574554b877a0e84f48718df37 (patch) | |
tree | 9a58f9276059d3c88cb3a92d8229a911b33b0faf /sway/movement.h | |
parent | 360b3d67b0457016e4cc32dfd378fd01d30f48df (diff) |
Move headers to include/
Diffstat (limited to 'sway/movement.h')
-rw-r--r-- | sway/movement.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sway/movement.h b/sway/movement.h deleted file mode 100644 index dd701877..00000000 --- a/sway/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 |