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 - normal-window and fullscreen-window each on its own screen does not work
Summary: normal-window and fullscreen-window each on its own screen does not work
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.5
Hardware: x86_64 Mac OS X (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-03 07:39 UTC by email
Modified: 2017-08-11 18:46 UTC (History)
0 users

See Also:


Attachments
Test-case for two windows as described. (2.52 KB, text/x-c++src)
2017-04-04 17:49 UTC, email
Details

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