Commit e1430989 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Screen.c: fix uninitalized variable

parent ce76009d
...@@ -3803,6 +3803,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen) ...@@ -3803,6 +3803,7 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen)
} }
/* fake a xinerama screeninfo that covers the whole screen */ /* fake a xinerama screeninfo that covers the whole screen */
screeninfo->screen_number = 0;
screeninfo->x_org = nxagentOption(X); screeninfo->x_org = nxagentOption(X);
screeninfo->y_org = nxagentOption(Y); screeninfo->y_org = nxagentOption(Y);
screeninfo->width = nxagentOption(Width); screeninfo->width = nxagentOption(Width);
......
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