mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-03 09:01:47 -05:00
feat: add blur_optimized option
This commit is contained in:
parent
31d82747cf
commit
f45424c095
4 changed files with 16 additions and 3 deletions
|
|
@ -189,6 +189,7 @@ int border_radius = 0;
|
|||
int border_radius_location_default = CORNER_LOCATION_ALL;
|
||||
int blur = 0;
|
||||
int blur_layer = 0;
|
||||
int blur_optimized = 1;
|
||||
|
||||
struct blur_data blur_params;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue