From 4222b98a390f6c377be77b4152e229a89b5276b2 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Mon, 20 Feb 2023 22:10:01 -0500 Subject: feat: tabbed layout now only rounds outer titlebar corners (#90) --- include/sway/desktop/fx_renderer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway/desktop/fx_renderer.h') diff --git a/include/sway/desktop/fx_renderer.h b/include/sway/desktop/fx_renderer.h index 1c3121cd..8f3aafe2 100644 --- a/include/sway/desktop/fx_renderer.h +++ b/include/sway/desktop/fx_renderer.h @@ -5,7 +5,7 @@ #include #include -enum corner_location { ALL, TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; +enum corner_location { ALL, TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT, NONE }; struct decoration_data { float alpha; -- cgit v1.2.3