summaryrefslogtreecommitdiffstats
path: root/include/resize.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-22 21:54:39 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-22 21:54:39 -0700
commitf24b78898a7a7fc98f896f6d1d374c602ee30952 (patch)
tree0dc4ac5d3d25e93f87d668f44e9b4118a7d0d9d2 /include/resize.h
parentsmall change (diff)
downloadsway-f24b78898a7a7fc98f896f6d1d374c602ee30952.tar.gz
sway-f24b78898a7a7fc98f896f6d1d374c602ee30952.tar.zst
sway-f24b78898a7a7fc98f896f6d1d374c602ee30952.zip
dont swap view with workspace...
Diffstat (limited to 'include/resize.h')
-rw-r--r--include/resize.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/resize.h b/include/resize.h
index 04209983..8d205d3b 100644
--- a/include/resize.h
+++ b/include/resize.h
@@ -2,7 +2,6 @@
2#define _SWAY_RESIZE_H 2#define _SWAY_RESIZE_H
3#include <stdbool.h> 3#include <stdbool.h>
4 4
5bool mouse_resize_tiled(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