mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: fix whiteroot thinko
Note to self: run git update-index _after_ testing, not just before.
This commit is contained in:
committed by
Daniel Stone
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user