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

Windows: Fix bits used to determine no_activate_focus #91925

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

Conversation

Macksaur
Copy link
Contributor

Fixed a bitflag typo: WINDOW_FLAG_POPUP was used instead of WINDOW_FLAG_POPUP_BIT.

The correct style should eventually get set from changing other flags... but still...

@Macksaur Macksaur requested a review from a team as a code owner May 13, 2024 23:51
@akien-mga akien-mga added this to the 4.3 milestone May 14, 2024
@AThousandShips AThousandShips changed the title When creating a window the wrong bits are used on Windows to determine no_activate_focus Windows: Fix bits used to determine no_activate_focus May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants