aboutsummaryrefslogtreecommitdiff
path: root/include/resize.h
diff options
context:
space:
mode:
authorZandr Martin <zandrmartin@gmail.com>2016-06-11 17:02:16 -0500
committerZandr Martin <zandrmartin@gmail.com>2016-06-11 17:02:16 -0500
commit889618d3eeb5786df45e1e4885debe610932fc31 (patch)
treea73c7e86319900670d4894894902420d9eb9dd72 /include/resize.h
parent6388e1e288009fc12af3fe418a6faf8cfe9926f7 (diff)
implement resize command for absolute dimensions
Diffstat (limited to 'include/resize.h')
-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 @@
#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