mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 17:40:05 +01: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;
|
||||
sendEvent = stuff->sendEvent;
|
||||
stuff->sendEvent = 0;
|
||||
FOR_NSCREENS(j) {
|
||||
FOR_NSCREENS_BACKWARD(j) {
|
||||
if(!j) stuff->sendEvent = sendEvent;
|
||||
stuff->drawable = draw->info[j].id;
|
||||
stuff->gc = gc->info[j].id;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue