mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
mouse tile resize mode done
This commit is contained in:
parent
e139de0857
commit
42d5d9a177
5 changed files with 175 additions and 486 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef _SWAY_RESIZE_H
|
||||
#define _SWAY_RESIZE_H
|
||||
#include <stdbool.h>
|
||||
|
||||
bool mouse_resize_tiled(struct wlc_origin prev_pos);
|
||||
bool resize_floating(struct wlc_origin prev_pos);
|
||||
bool resize_tiled(int amount, bool use_width);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue