Skip to content

Add windows-only attribute to enable WS_EX_NOACTIVATE#4446

Open
FirefinchPhil wants to merge 3 commits intorust-windowing:masterfrom
FirefinchPhil:no-activate
Open

Add windows-only attribute to enable WS_EX_NOACTIVATE#4446
FirefinchPhil wants to merge 3 commits intorust-windowing:masterfrom
FirefinchPhil:no-activate

Conversation

@FirefinchPhil
Copy link
Copy Markdown

@FirefinchPhil FirefinchPhil commented Dec 17, 2025

  • Tested on all platforms changed
  • Added an entry to the changelog module if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality

This PR adds a way to set Windows-specific flag WS_EX_NOACTIVATE, which prevents the created window from becoming the foreground from user interaction.

@madsmtm madsmtm added the DS - win32 Affects the Win32/Windows backend label Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DS - win32 Affects the Win32/Windows backend

Development

Successfully merging this pull request may close these issues.

2 participants