Remove DisplayInfo #632
Labels
Bug Report
Item submitted using the Bug Report template
Code Refactoring
General code refactoring and cleanup issues like names, unused variables, warnings, fixme
JUCE Ex Machina
Issue that will likely be fixed by porting Surge to JUCE UI/plugin back-end
Linux
Issues which only occur on Linux
Milestone
Once we are on Juce no need for DisplayInfo
so eliminate this code completely rather than doing the fix below.
(was)
Right now, DisplayInfoMac and DIsplayInfoWin use the frame passed to them to find the display of the window and return the size of that window, meaning "max" works appropriately on multi-element displays. On Linux we don't do that; rather we just use the dimensions of the primary display. This means "max" works inconsistently on multi-display linux systems.
When @baconpaul wrote the rough cut of display size he commented this; @tank-trax later discovered it on his multi-monitor linux system.
The text was updated successfully, but these errors were encountered: