mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Refactored resizing functions into resize.c
This commit is contained in:
parent
ad1ca31dd5
commit
f6b16ca089
7 changed files with 527 additions and 475 deletions
8
include/resize.h
Normal file
8
include/resize.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _SWAY_RESIZE_H
|
||||
#define _SWAY_RESIZE_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