Merge pull request #121 from EdenQwQ/main

nix: fix not building
This commit is contained in:
DreamMaoMao 2025-06-25 08:16:39 +08:00
commit 8a3a6bc17c
4 changed files with 40 additions and 133 deletions

View file

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