mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Remove code that was used for testing
This commit is contained in:
parent
2fcabaec10
commit
4ca4ae6be8
1 changed files with 1 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ private:
|
|||
ScopedPointer<XRRScreenResources> screens;
|
||||
|
||||
const int numMonitors = ScreenCount (dpy);
|
||||
RROutput mainDisplay = xrandr.getOutputPrimary (dpy, RootWindow (dpy, 0)) + 1;
|
||||
RROutput mainDisplay = xrandr.getOutputPrimary (dpy, RootWindow (dpy, 0);
|
||||
|
||||
for (int i = 0; i < numMonitors; ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue