sway/include/resize.h
2015-08-22 21:03:45 -07:00

9 lines
176 B
C

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