mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-15 00:10:25 +01:00
Make winRestackWindowMultiWindow empty (except calling the wrapped
function).
This commit is contained in:
parent
92c4bcb65d
commit
8784a117a7
1 changed files with 3 additions and 1 deletions
|
|
@ -389,7 +389,8 @@ winRestackWindowMultiWindow (WindowPtr pWin, WindowPtr pOldNextSib)
|
|||
if (winGetScreenPriv(pWin->drawable.pScreen)->RestackWindow)
|
||||
winGetScreenPriv(pWin->drawable.pScreen)->RestackWindow (pWin,
|
||||
pOldNextSib);
|
||||
|
||||
|
||||
#if 0
|
||||
/* Bail out if no window privates or window handle is invalid */
|
||||
if (!pWinPriv || !pWinPriv->hWnd)
|
||||
return;
|
||||
|
|
@ -442,6 +443,7 @@ winRestackWindowMultiWindow (WindowPtr pWin, WindowPtr pOldNextSib)
|
|||
0, 0,
|
||||
0, 0,
|
||||
uFlags);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue