summaryrefslogtreecommitdiffstats
path: root/include/resize.h
blob: 4ace181531735ddddd1d72c7778cb31bebc0b548 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _SWAY_RESIZE_H
#define _SWAY_RESIZE_H

bool mouse_resize_tiled(struct wlc_origin prev_pos);
bool resize_floating(struct wlc_origin prev_pos);
bool resize_tiled(int amount, bool use_width);

#endif