Compile fix.
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
e39d9a2655
commit
b5983dbbd5
@ -765,12 +765,13 @@ Atom VFB_PROP = 0;
|
||||
static Bool
|
||||
DUMMYCreateWindow(WindowPtr pWin)
|
||||
{
|
||||
ScreenPtr pScreen = pWin->drawable.pScreen;
|
||||
DUMMYPtr dPtr = DUMMYPTR(DUMMYScrn);
|
||||
WindowPtr pWinRoot;
|
||||
int ret;
|
||||
|
||||
pScreen->CreateWindow = dPtr->CreateWindow;
|
||||
ret = dPtr->CreateWindow(pWin);
|
||||
ret = pScreen->CreateWindow(pWin);
|
||||
pScreen->CreateWindow = DUMMYCreateWindow;
|
||||
|
||||
if(ret != TRUE)
|
||||
|
Loading…
Reference in New Issue
Block a user