Skip to content

Fix iconified pixmap check condition #105

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

Merged
merged 1 commit into from
Jun 21, 2025
Merged

Conversation

weihsinyeh
Copy link
Collaborator

@weihsinyeh weihsinyeh commented Jun 21, 2025

Add twin_pixmap_iconify() function to determine whether a pixmap is iconified. This function provides a way to access the corresponding window's iconify state, after verifying that the pixmap belongs to a window.

Summary by Bito

This pull request introduces the function twin_pixmap_is_iconified, which checks if a pixmap is iconified based on its window state. It also updates the pixmap and screen files to allow drawing operations to bypass iconified pixmaps, enhancing window state handling in the graphical interface.

Add twin_pixmap_is_iconified() function to determine whether a pixmap is
iconified. This function provides a way to access the corresponding
window's iconify state, after verifying that the pixmap belongs to a
window.

Signed-off-by: Wei-Hsin Yeh <[email protected]>
@jserv jserv merged commit 0b198db into sysprog21:main Jun 21, 2025
3 checks passed
@jserv
Copy link
Contributor

jserv commented Jun 21, 2025

Thank @weihsinyeh for contributing!

@weihsinyeh weihsinyeh deleted the iconify branch June 21, 2025 15:06
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.

2 participants