diff options
author | Zandr Martin <zandrmartin@gmail.com> | 2016-06-11 17:02:16 -0500 |
---|---|---|
committer | Zandr Martin <zandrmartin@gmail.com> | 2016-06-11 17:02:16 -0500 |
commit | 889618d3eeb5786df45e1e4885debe610932fc31 (patch) | |
tree | a73c7e86319900670d4894894902420d9eb9dd72 /include/resize.h | |
parent | 6388e1e288009fc12af3fe418a6faf8cfe9926f7 (diff) |
implement resize command for absolute dimensions
Diffstat (limited to 'include/resize.h')
-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 |