mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
nix: fix not building
This commit is contained in:
parent
e8fe574632
commit
accd34ba29
4 changed files with 51 additions and 133 deletions
|
|
@ -190,14 +190,6 @@ int border_radius_location_default = CORNER_LOCATION_ALL;
|
|||
int blur = 0;
|
||||
int blur_layer = 0;
|
||||
|
||||
struct blur_data {
|
||||
int num_passes;
|
||||
int radius;
|
||||
float noise;
|
||||
float brightness;
|
||||
float contrast;
|
||||
float saturation;
|
||||
};
|
||||
struct blur_data blur_params;
|
||||
|
||||
int blur_params_num_passes = 1;
|
||||
|
|
@ -213,4 +205,4 @@ double shadows_blur = 15;
|
|||
int shadows_position_x = 0;
|
||||
int shadows_position_y = 0;
|
||||
float shadowscolor[] = COLOR(0x000000ff);
|
||||
;
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue