implement resize command for absolute dimensions

This commit is contained in:
Zandr Martin 2016-06-11 17:02:16 -05:00
parent 6388e1e288
commit 889618d3ee
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
4 changed files with 40 additions and 16 deletions

View file

@ -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