summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2023-02-20 22:10:01 -0500
committerGitHub <[email protected]>2023-02-20 22:10:01 -0500
commit4222b98a390f6c377be77b4152e229a89b5276b2 (patch)
tree9330c28b507cca041888e2eaddfc215cd7a16756 /include
parente9781805a74add9bcc7de472c704a476c41c18a5 (diff)
feat: tabbed layout now only rounds outer titlebar corners (#90)
Diffstat (limited to 'include')
-rw-r--r--include/sway/desktop/fx_renderer.h2
1 files changed, 1 insertions, 1 deletions
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 <GLES2/gl2ext.h>
#include <stdbool.h>
-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;