summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-06-11 17:02:16 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-06-11 17:02:16 -0500
commit889618d3eeb5786df45e1e4885debe610932fc31 (patch)
treea73c7e86319900670d4894894902420d9eb9dd72 /include
parentMerge pull request #701 from zandrmartin/assign-command (diff)
downloadsway-889618d3eeb5786df45e1e4885debe610932fc31.tar.gz
sway-889618d3eeb5786df45e1e4885debe610932fc31.tar.zst
sway-889618d3eeb5786df45e1e4885debe610932fc31.zip
implement resize command for absolute dimensions
Diffstat (limited to 'include')
-rw-r--r--include/resize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/resize.h b/include/resize.h
index 8d205d3b..d49cc74a 100644
--- a/include/resize.h
+++ b/include/resize.h
@@ -2,6 +2,7 @@
2#define _SWAY_RESIZE_H 2#define _SWAY_RESIZE_H
3#include <stdbool.h> 3#include <stdbool.h>
4 4
5bool set_size_tiled(int amount, bool use_width);
5bool resize_tiled(int amount, bool use_width); 6bool resize_tiled(int amount, bool use_width);
6 7
7#endif 8#endif