Pass serverClient instead of NULL to ConfigureWindow. This should fix a
crash reported by Øyvind Harboe
This commit is contained in:
@@ -277,7 +277,7 @@ static void winRaiseWindow(WindowPtr pWin)
|
||||
* in time
|
||||
*/
|
||||
XID vlist[1] = { 0 };
|
||||
ConfigureWindow(pWin, CWStackMode, vlist, NULL);
|
||||
ConfigureWindow(pWin, CWStackMode, vlist, serverClient);
|
||||
winInRaiseWindow = oldstate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user