sway/output: Create, move code from handlers.c here.

This commit is contained in:
S. Christoffer Eliesen 2015-10-25 01:20:00 +02:00
parent 010368150b
commit c6bb23b7dd
3 changed files with 120 additions and 46 deletions

10
include/output.h Normal file
View 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