summaryrefslogtreecommitdiffstats
path: root/include/resize.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/resize.h')
-rw-r--r--include/resize.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/resize.h b/include/resize.h
index 4ace1815..8d205d3b 100644
--- a/include/resize.h
+++ b/include/resize.h
@@ -1,8 +1,7 @@
1#ifndef _SWAY_RESIZE_H 1#ifndef _SWAY_RESIZE_H
2#define _SWAY_RESIZE_H 2#define _SWAY_RESIZE_H
3#include <stdbool.h>
3 4
4bool mouse_resize_tiled(struct wlc_origin prev_pos);
5bool resize_floating(struct wlc_origin prev_pos);
6bool resize_tiled(int amount, bool use_width); 5bool resize_tiled(int amount, bool use_width);
7 6
8#endif 7#endif