Memphiz / xbmc

XBMC Main Repository
http://xbmc.org
Other
55 stars 18 forks source link

Going from windowed to full screen via cmd+f on second screen doesn't work right #36

Closed Memphiz closed 7 years ago

Memphiz commented 7 years ago

When moving the kodi window to the second screen and hitting cmd+f to toggle to fullscreen the CWinSystemOSX::SetFullScreen gets calle with the resolution from the first screen (iScreen = 0).

Somewhere we need to tell kodi that we changed the screen but i don't know where.

Memphiz commented 7 years ago

Solved by properly tracking lastdisplayid