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. ...@@ -104,10 +104,10 @@ is" without express or implied warranty.
* Set here the required log level. * Set here the required log level.
*/ */
#define PANIC #undef PANIC
#define WARNING #undef WARNING
#define TEST #undef TEST
#define DEBUG #undef DEBUG
#undef WATCH #undef WATCH
#undef DUMP #undef DUMP
...@@ -3799,7 +3799,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen) ...@@ -3799,7 +3799,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen)
} }
#else #else
/* we are not interested in the return code */ /* we are not interested in the return code */
RRGetInfo(pScreen); RRGetInfo(pScreen, FALSE);
#endif #endif
#ifndef NXAGENT_RANDR_XINERAMA_CLIPPING #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