sway/include/resize.h
2016-06-11 17:02:16 -05:00

9 lines
172 B
C

#ifndef _SWAY_RESIZE_H
#define _SWAY_RESIZE_H
#include <stdbool.h>
bool set_size_tiled(int amount, bool use_width);
bool resize_tiled(int amount, bool use_width);
#endif