mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
implement resize command for absolute dimensions
This commit is contained in:
parent
6388e1e288
commit
889618d3ee
4 changed files with 40 additions and 16 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define _SWAY_RESIZE_H
|
||||
#include <stdbool.h>
|
||||
|
||||
bool set_size_tiled(int amount, bool use_width);
|
||||
bool resize_tiled(int amount, bool use_width);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue