Canonically re-wrap too.
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
b5983dbbd5
commit
4d4e41812e
@ -772,6 +772,7 @@ DUMMYCreateWindow(WindowPtr pWin)
|
||||
|
||||
pScreen->CreateWindow = dPtr->CreateWindow;
|
||||
ret = pScreen->CreateWindow(pWin);
|
||||
dPtr->CreateWindow = pScreen->CreateWindow;
|
||||
pScreen->CreateWindow = DUMMYCreateWindow;
|
||||
|
||||
if(ret != TRUE)
|
||||
|
Loading…
Reference in New Issue
Block a user