feat: tabbed layout now only rounds outer titlebar corners (#90)

This commit is contained in:
William McKinnon 2023-02-20 22:10:01 -05:00 committed by GitHub
parent e9781805a7
commit 4222b98a39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 70 additions and 29 deletions

View file

@ -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;