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 3622

Summary: normal-window and fullscreen-window each on its own screen does not work
Product: SDL Reporter: email
Component: videoAssignee: Sam Lantinga <slouken>
Status: ASSIGNED --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.5   
Hardware: x86_64   
OS: Mac OS X (All)   
Attachments: Test-case for two windows as described.

Description email 2017-04-03 07:39:51 UTC
I use macOS 10.12 with two screens. Now I want to create two windows with SDL2.0.5. One window (400x400pixel) on the one screen/monitor and the other window as a fullscreen-window on the second screen/monitor. This works well so far, but if I click/focus on the first window(400x400), the second window/screen fades to black and stays black as long the application is running. (I observed a similar behavior on Ubuntu 16.10)
Comment 1 Sam Lantinga 2017-04-03 20:35:36 UTC
Can you put together and attach a small test case that we can use to reproduce this?

Thanks!
Comment 2 email 2017-04-04 17:49:09 UTC
Created attachment 2711 [details]
Test-case for two windows as described.

I've just attached a file!