summaryrefslogtreecommitdiffstats
path: root/include/output.h
blob: 10ff05969f85a2bcece441bc942dc0857f0b39dd (plain) (blame)
1
2
3
4
5
6
7
8
9
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