Skip to content
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

Fix the wrong range of pixel map for pixman #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

weihsinyeh
Copy link
Collaborator

When the rendering is based on Pixman, the title bar and the gaps on the far right and bottom of the window will be rendered. However, these regions should not be accessible. Implement a check for the window's clipping variable to ensure that only the accessible pixel range is rendered.

When the rendering is based on Pixman, the title bar and the gaps on
the far right and bottom of the window will be rendered. However, these
regions should not be accessible. Implement a check for the window's
clipping variable to ensure that only the accessible pixel range is
rendered.

Signed-off-by: Wei-Hsin Yeh <[email protected]>
@weihsinyeh
Copy link
Collaborator Author

This issue can be found in the commit 70b8150 when the rendering is based on Pixman.
image
image

In the commit 3edeaae, the issue of title bar of the window will be disappear. This is because the title bar will be update in the function twin_screen_update().

@jserv jserv requested review from Bennctu and huaxinliao January 26, 2025 14:41
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