diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-06-11 19:39:39 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-06-11 19:39:39 -0400 |
| commit | 70b99964f49368d8213d36e96d3cc56965bc13ae (patch) | |
| tree | 978577aae4b59ae33012fb8c181ab61b82279a97 /include | |
| parent | abbe6c8f772b72069ab9315555c0187857e8afc9 (diff) | |
| parent | 8b7924b623ec7132c50bd46c43ce6a12dcf55195 (diff) | |
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.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 |
