dont swap view with workspace...

This commit is contained in:
taiyu 2015-08-22 21:54:39 -07:00
parent a4ded14991
commit f24b78898a
2 changed files with 2 additions and 6 deletions

View file

@ -2,7 +2,6 @@
#define _SWAY_RESIZE_H
#include <stdbool.h>
bool mouse_resize_tiled(struct wlc_origin prev_pos);
bool resize_tiled(int amount, bool use_width);
#endif