Skip to content

Fix incorrect setting of stack blur #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

weihsinyeh
Copy link
Collaborator

@weihsinyeh weihsinyeh commented Aug 4, 2025

The pixmap of raw_background should start at coordinates (dst_x, dst_y) = (0, 0) relative to the client's window, instead of (window->client.left, window->client.top) relative to the client's window.

Summary by Bito

This pull request fixes a bug with the client pixmap's starting position, ensuring it starts at the top-left corner. It also expands the shadow blur radius configuration, allowing for larger blur effects, which improves rendering accuracy and flexibility.

The pixmap of raw_background should start at coordinates (dst_x, dst_y)
= (0, 0) relative to the client's window, instead of
(window->client.left, window->client.top) relative to the client's
window.

Signed-off-by: Wei-Hsin Yeh <[email protected]>
The valid kernel size range is from 1 to 15.

Signed-off-by: Wei-Hsin Yeh <[email protected]>
@weihsinyeh weihsinyeh changed the title Fix incorrect start position of client pixmap Fix incorrect setting of stack blur Aug 5, 2025
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.

1 participant