Pass serverClient instead of NULL to ConfigureWindow. This should fix a

crash reported by Øyvind Harboe
This commit is contained in:
Alexander Gottwald
2005-06-30 18:50:20 +00:00
parent 0929f79c1b
commit 1230c55ac3
2 changed files with 7 additions and 1 deletions

View File

@@ -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;
}
}