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