mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
squash commits, move enum into resize.c
This commit is contained in:
parent
1510a21f00
commit
511eed90cd
6 changed files with 342 additions and 356 deletions
|
|
@ -1,14 +0,0 @@
|
|||
#ifndef _SWAY_RESIZE_H
|
||||
#define _SWAY_RESIZE_H
|
||||
#include <stdbool.h>
|
||||
|
||||
enum resize_dim_types {
|
||||
RESIZE_DIM_PX,
|
||||
RESIZE_DIM_PPT,
|
||||
RESIZE_DIM_DEFAULT,
|
||||
};
|
||||
|
||||
bool set_size(int dimension, bool use_width);
|
||||
bool resize(int dimension, bool use_width, enum resize_dim_types dim_type);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue