aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-06-11 19:39:39 -0400
committerLibravatar GitHub <noreply@github.com>2016-06-11 19:39:39 -0400
commit3ce8cc807753119104d8836b6c77e19fd644a878 (patch)
tree978577aae4b59ae33012fb8c181ab61b82279a97 /include
parentMerge pull request #708 from zandrmartin/assign-command (diff)
parentMerge branch 'master' into set-size-command (diff)
downloadsway-0.8.tar.gz
sway-0.8.tar.zst
sway-0.8.zip
Merge pull request #709 from zandrmartin/set-size-command0.8
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