We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3436

Summary: SDL_RaiseWindow not working on windows
Product: SDL Reporter: phufhi
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: amaranth72
Version: 2.0.4   
Hardware: x86_64   
OS: Windows 7   

Description phufhi 2016-10-01 00:36:04 UTC
SDL_RaiseWindow does nothing when called.
The expected behavior would be raising the SDL window above the console window or any other window that is currently in front of the SDL window.
I tested this by calling the SDL_RaiseWindow in the main loop (I tried both every frame and every 1000 frames).
Comment 1 Alex Szpakowski 2016-10-01 22:17:59 UTC
https://hg.libsdl.org/SDL/rev/76e7fa1a446d should fix it.