aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-08-22 21:54:39 -0700
committerFurkan Sahin <furkan-dev@proton.me>2015-08-22 21:54:39 -0700
commitc24b58d66f22d23f6c0219b4662ffa491f189a7c (patch)
tree0dc4ac5d3d25e93f87d668f44e9b4118a7d0d9d2 /include
parentba726744c3b72ec1f804e9877faff2656e556f29 (diff)
dont swap view with workspace...
Diffstat (limited to 'include')
-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 @@
#define _SWAY_RESIZE_H
#include <stdbool.h>
-bool mouse_resize_tiled(struct wlc_origin prev_pos);
bool resize_tiled(int amount, bool use_width);
#endif