2015-08-22 03:26:11 +00:00
|
|
|
#ifndef _SWAY_RESIZE_H
|
|
|
|
#define _SWAY_RESIZE_H
|
2015-08-23 04:03:45 +00:00
|
|
|
#include <stdbool.h>
|
2015-08-22 03:26:11 +00:00
|
|
|
|
|
|
|
bool mouse_resize_tiled(struct wlc_origin prev_pos);
|
|
|
|
bool resize_tiled(int amount, bool use_width);
|
|
|
|
|
|
|
|
#endif
|