1
0
Fork 0
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:
hogliux 2015-05-27 15:53:37 +01:00
parent 2fcabaec10
commit 4ca4ae6be8

View file

@ -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)
{