mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
feat: tabbed layout now only rounds outer titlebar corners (#90)
This commit is contained in:
parent
e9781805a7
commit
4222b98a39
2 changed files with 70 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue