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 - SDL_RaiseWindow not working on windows
Summary: SDL_RaiseWindow not working on windows
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.4
Hardware: x86_64 Windows 7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-01 00:36 UTC by phufhi
Modified: 2016-10-01 22:17 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.