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