diff options
author | Half-Shot <[email protected]> | 2015-08-20 21:32:08 +0100 |
---|---|---|
committer | Half-Shot <[email protected]> | 2015-08-20 21:32:08 +0100 |
commit | 5a9ba261bca4ca709ec7a14d2019b55d9ce06994 (patch) | |
tree | fe1a924cf8055b2b722566db6ab98295dcf08ce7 /include/focus.h | |
parent | 2a62c5c7fb71fc815663281793ba6a89d2b246ed (diff) | |
parent | 1100335ea01ecd56df68568622580db14e72b6c7 (diff) |
Merge branch 'master' of https://github.com/SirCmpwn/sway
Diffstat (limited to 'include/focus.h')
-rw-r--r-- | include/focus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/focus.h b/include/focus.h index 410ed134..383993fa 100644 --- a/include/focus.h +++ b/include/focus.h @@ -1,7 +1,5 @@ #ifndef _SWAY_FOCUS_H #define _SWAY_FOCUS_H -#include "container.h" - enum movement_direction { MOVE_LEFT, MOVE_RIGHT, @@ -10,6 +8,8 @@ enum movement_direction { MOVE_PARENT }; +#include "container.h" + // focused_container - the container found by following the `focused` pointer // from a given container to a container with `is_focused` boolean set // --- |