mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 16:08:31 +02:00
Don't send completion event all screens are done.
This commit is contained in:
parent
56c7a1a834
commit
959d4db486
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ ProcPanoramiXShmPutImage(ClientPtr client)
|
||||||
orig_y = stuff->dstY;
|
orig_y = stuff->dstY;
|
||||||
sendEvent = stuff->sendEvent;
|
sendEvent = stuff->sendEvent;
|
||||||
stuff->sendEvent = 0;
|
stuff->sendEvent = 0;
|
||||||
FOR_NSCREENS(j) {
|
FOR_NSCREENS_BACKWARD(j) {
|
||||||
if(!j) stuff->sendEvent = sendEvent;
|
if(!j) stuff->sendEvent = sendEvent;
|
||||||
stuff->drawable = draw->info[j].id;
|
stuff->drawable = draw->info[j].id;
|
||||||
stuff->gc = gc->info[j].id;
|
stuff->gc = gc->info[j].id;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue