diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-21 22:26:11 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-21 22:26:11 -0500 |
| commit | f4fd9c06dd179cf989125a66f62ed0a178c51f01 (patch) | |
| tree | 09c43c1ddba542b6c7e5c2718f706916df313b2d /include/resize.h | |
| parent | 49c3e599b74326fc09d8249a2cdbf2513217bc77 (diff) | |
Refactored resizing functions into resize.c
Diffstat (limited to 'include/resize.h')
| -rw-r--r-- | include/resize.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/resize.h b/include/resize.h new file mode 100644 index 00000000..4ace1815 --- /dev/null +++ b/include/resize.h @@ -0,0 +1,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 |
