Commit e079b0b3 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Screen.c: fix RRGetInfo call

parent cec31e2f
...@@ -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