Don't send completion event all screens are done.

This commit is contained in:
David Reveman 2008-08-04 20:10:21 -04:00
parent 56c7a1a834
commit 959d4db486

View file

@ -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;