summaryrefslogtreecommitdiffstats
path: root/include/resize.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-22 21:03:45 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-22 21:03:45 -0700
commit42d5d9a17779710e83f4ebb2d7e8c893ad91dfe6 (patch)
treea323f619fa2a2254fd642dd5f285019510b28632 /include/resize.h
parentfloating/tiling move + floating resize cleaned and fixed (diff)
downloadsway-42d5d9a17779710e83f4ebb2d7e8c893ad91dfe6.tar.gz
sway-42d5d9a17779710e83f4ebb2d7e8c893ad91dfe6.tar.zst
sway-42d5d9a17779710e83f4ebb2d7e8c893ad91dfe6.zip
mouse tile resize mode done
Diffstat (limited to 'include/resize.h')
-rw-r--r--include/resize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/resize.h b/include/resize.h
index 4ace1815..04209983 100644
--- a/include/resize.h
+++ b/include/resize.h
@@ -1,8 +1,8 @@
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 mouse_resize_tiled(struct wlc_origin prev_pos);
5bool resize_floating(struct wlc_origin prev_pos);
6bool resize_tiled(int amount, bool use_width); 6bool resize_tiled(int amount, bool use_width);
7 7
8#endif 8#endif