mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
sway/output: Create, move code from handlers.c here.
This commit is contained in:
parent
010368150b
commit
c6bb23b7dd
3 changed files with 120 additions and 46 deletions
10
include/output.h
Normal file
10
include/output.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef _SWAY_OUTPUT_H
|
||||
#define _SWAY_OUTPUT_H
|
||||
|
||||
#include "container.h"
|
||||
#include "focus.h"
|
||||
|
||||
swayc_t *output_by_name(const char* name);
|
||||
swayc_t *swayc_adjacent_output(swayc_t *output, enum movement_direction dir);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue