Unverified Commit 9df15366 authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'uli42-pr/run_xinerama_without_debug_output' into 3.6.x

parents 9c1275f5 b7d7ff3e
......@@ -104,10 +104,10 @@ is" without express or implied warranty.
* Set here the required log level.
*/
#define PANIC
#define WARNING
#define TEST
#define DEBUG
#undef PANIC
#undef WARNING
#undef TEST
#undef DEBUG
#undef WATCH
#undef DUMP
......@@ -3799,7 +3799,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen)
}
#else
/* we are not interested in the return code */
RRGetInfo(pScreen);
RRGetInfo(pScreen, FALSE);
#endif
#ifndef NXAGENT_RANDR_XINERAMA_CLIPPING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment