mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
input state, find_container_in_direction
This commit is contained in:
parent
470b4dfbae
commit
5ff0619ca1
10 changed files with 211 additions and 203 deletions
|
@ -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
|
||||
// ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue