Commit d3869aa5 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxagent: fix main window being garbled without inner windows

Fixes ArcticaProject/nx-libs#733
parent 17495dd6
......@@ -255,8 +255,6 @@ InitRootWindow(WindowPtr pWin)
else
pWin->background.pixel = pScreen->whitePixel;
backFlag |= CWBackPixel;
MakeRootTile(pWin);
#else
if (!blackRoot && !whiteRoot) {
MakeRootTile(pWin);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment