summaryrefslogtreecommitdiffstats
path: root/include/resize.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-23 15:38:51 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-23 15:38:51 -0400
commit9a7f48f87272dea8cb1e678673b2fe95dc993d68 (patch)
tree1a9e633ead0ff50f55987310621dab39531d2305 /include/resize.h
parentRefactor keyboard to consider modified keysyms (diff)
parentmerge (diff)
downloadsway-9a7f48f87272dea8cb1e678673b2fe95dc993d68.tar.gz
sway-9a7f48f87272dea8cb1e678673b2fe95dc993d68.tar.zst
sway-9a7f48f87272dea8cb1e678673b2fe95dc993d68.zip
Merge pull request #121 from taiyu-len/pointer_mod
Pointer mode clean and fix.
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