mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 06:30:10 +01:00
Don't ignore expose events that are the result of mapping
the root window on back-end server.
This commit is contained in:
parent
2c85d3f93d
commit
95ad9dc40c
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue