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) ...@@ -255,8 +255,6 @@ InitRootWindow(WindowPtr pWin)
else else
pWin->background.pixel = pScreen->whitePixel; pWin->background.pixel = pScreen->whitePixel;
backFlag |= CWBackPixel; backFlag |= CWBackPixel;
MakeRootTile(pWin);
#else #else
if (!blackRoot && !whiteRoot) { if (!blackRoot && !whiteRoot) {
MakeRootTile(pWin); 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