2015-08-21 22:26:11 -05:00
|
|
|
#ifndef _SWAY_RESIZE_H
|
|
|
|
#define _SWAY_RESIZE_H
|
2015-08-22 21:03:45 -07:00
|
|
|
#include <stdbool.h>
|
2015-08-21 22:26:11 -05:00
|
|
|
|
2016-06-11 17:02:16 -05:00
|
|
|
bool set_size_tiled(int amount, bool use_width);
|
2015-08-21 22:26:11 -05:00
|
|
|
bool resize_tiled(int amount, bool use_width);
|
|
|
|
|
|
|
|
#endif
|