sway/include/resize.h

9 lines
176 B
C
Raw Normal View History

#ifndef _SWAY_RESIZE_H
#define _SWAY_RESIZE_H
2015-08-23 04:03:45 +00:00
#include <stdbool.h>
bool mouse_resize_tiled(struct wlc_origin prev_pos);
bool resize_tiled(int amount, bool use_width);
#endif