Don't ignore expose events that are the result of mapping

the root window on back-end server.
This commit is contained in:
David Reveman 2008-09-03 13:27:13 +02:00
parent 2c85d3f93d
commit 95ad9dc40c

View file

@ -912,7 +912,6 @@ static void dmxBEMapRootWindow(int idx)
DMXScreenInfo *dmxScreen = &dmxScreens[idx];
XLIB_PROLOGUE (dmxScreen);
dmxAddSequence (&dmxScreen->ignore, NextRequest (dmxScreen->beDisplay));
XMapWindow(dmxScreen->beDisplay, dmxScreen->rootWin);
XLIB_EPILOGUE (dmxScreen);
}