aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/resize.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/resize.c')
-rw-r--r--sway/commands/resize.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/commands/resize.c b/sway/commands/resize.c
index 28f2552e..4cefe60b 100644
--- a/sway/commands/resize.c
+++ b/sway/commands/resize.c
@@ -15,8 +15,6 @@
15#define AXIS_HORIZONTAL (WLR_EDGE_LEFT | WLR_EDGE_RIGHT) 15#define AXIS_HORIZONTAL (WLR_EDGE_LEFT | WLR_EDGE_RIGHT)
16#define AXIS_VERTICAL (WLR_EDGE_TOP | WLR_EDGE_BOTTOM) 16#define AXIS_VERTICAL (WLR_EDGE_TOP | WLR_EDGE_BOTTOM)
17 17
18static const int MIN_SANE_W = 100, MIN_SANE_H = 60;
19
20enum resize_unit { 18enum resize_unit {
21 RESIZE_UNIT_PX, 19 RESIZE_UNIT_PX,
22 RESIZE_UNIT_PPT, 20 RESIZE_UNIT_PPT,