Fix rounded corners

they were being dumb
This commit is contained in:
2026-07-02 23:00:13 -04:00
parent 8478762828
commit d3999a9d3c
6 changed files with 115 additions and 99 deletions
+1 -2
View File
@@ -122,8 +122,7 @@ typedef struct {
} CfgEffectsWindowShadows;
typedef struct {
bool rounded;
char rounding[CFG_MAX_STRLEN];
int corner_radius; /* 0 = off, >0 = radius in pixels */
CfgEffectsWindowShadows shadows;
} CfgEffectsWindows;