Skip to content

Conversation

@WillPower3309
Copy link
Member

No description provided.

@WillPower3309 WillPower3309 marked this pull request as draft June 24, 2025 05:09
@WillPower3309
Copy link
Member Author

This is WIP

@WillPower3309 WillPower3309 changed the title pruned blur_data prune blur_data Jun 24, 2025
Comment on lines -121 to +127
struct blur_data blur_data;
struct {
int num_passes;
int radius;
float noise;
float brightness;
float contrast;
float saturation;
} blur_data;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of pruning the whole struct entirely, why not a struct blur_data *blur_data, would solve all the include problems, just define the struct above, just like struct wlr_output on line 34.

Nothing wrong with this, just seems like a lot of copying and pasting fields if we were to add a new one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants