dix: fix whiteroot thinko
Note to self: run git update-index _after_ testing, not just before.
This commit is contained in:
parent
19f673b778
commit
a1ac0440bb
|
@ -519,9 +519,9 @@ InitRootWindow(WindowPtr pWin)
|
|||
}
|
||||
else {
|
||||
if (blackRoot)
|
||||
pWin->background.pixel = blackPixel;
|
||||
pWin->background.pixel = pScreen->blackPixel;
|
||||
else
|
||||
pWin->background.pixel = whitePixel;
|
||||
pWin->background.pixel = pScreen->whitePixel;
|
||||
backFlag |= CWBackPixel;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue