diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-06-11 19:39:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-11 19:39:39 -0400 |
commit | 3ce8cc807753119104d8836b6c77e19fd644a878 (patch) | |
tree | 978577aae4b59ae33012fb8c181ab61b82279a97 /include | |
parent | f1268053a62a83c0169b61451d01649a3f3185e3 (diff) | |
parent | a6f4bf60f2a6b9aa2ae5cadee5c1aada2ff1f6b3 (diff) |
Merge pull request #709 from zandrmartin/set-size-command
implement resize command for absolute dimensions
Diffstat (limited to 'include')
-rw-r--r-- | include/resize.h | 1 |
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 @@ #define _SWAY_RESIZE_H #include <stdbool.h> +bool set_size_tiled(int amount, bool use_width); bool resize_tiled(int amount, bool use_width); #endif |