mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
container: Add neighbours struct (for output containers). In order to move the mouse between the outputs this struct is added to keep track of each outputs' neighbours. Neighbour relationships are updated during output creation/destruction and output command invocation (e.g. via config reload). |
||
|---|---|---|
| .. | ||
| commands.h | ||
| config.h | ||
| container.h | ||
| focus.h | ||
| handlers.h | ||
| input_state.h | ||
| ipc.h | ||
| layout.h | ||
| list.h | ||
| log.h | ||
| readline.h | ||
| resize.h | ||
| stringop.h | ||
| sway.h | ||
| util.h | ||
| workspace.h | ||